码迷,mamicode.com
首页 > 其他好文 > 详细

Vue常见问题集中

时间:2019-12-19 14:38:52      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:color   style   html   col   settings   对象   value   pen   code   

a.VScode保持vue语法高亮的方式:

1.安装插件:vetur。打开VScode,Ctrl + P 然后输入 ext install vetur 然后回车点安装即可。


2.在 VSCode中使用 Ctrl+Shift+P打开命令面板,输入Preferences: Open Settings(JSON)。


3.在配置对象里加上key和value

1 "emmet.syntaxProfiles": {
2     "vue-html": "html",
3     "vue": "html"
4 }

Vue常见问题集中

标签:color   style   html   col   settings   对象   value   pen   code   

原文地址:https://www.cnblogs.com/bing2017/p/12067595.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!