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

VUE中使用的插件有哪些?为什么,不能自动补全,script,methods和export default?

时间:2020-04-12 07:42:24      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:syntax   vue   pre   files   代码   粘贴   highlight   method   nbsp   

老师就推荐了一个vue插件,叫vetur,但是为什么,不能自动补全,script,methods和export  default?

步骤

1. 先安装好 vetur

2. cmmond + , 在右侧配置相中添加如下代码(这个怎么找啊,草)

"emmet.syntaxProfiles": {
        "vue-html": "html",
        "vue": "html"
}

  另一种配置是

在设置中 搜索emmet 然后在用户设置区粘贴如下

"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
},
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
}

  

VUE中使用的插件有哪些?为什么,不能自动补全,script,methods和export default?

标签:syntax   vue   pre   files   代码   粘贴   highlight   method   nbsp   

原文地址:https://www.cnblogs.com/cn-oldboy/p/12683423.html

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