VueError
子月吾生
one day by one day
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Vue报错和警告 // eslint-disable-next-line to ignore the next line
出现这样的提示: You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the next line. Use /* eslint-disable */ to ignore all warnings in a file. 是因为开启了eslint 编码规范检查...原创 2019-06-10 15:26:46 · 3446 阅读 · 2 评论 -
Sublime Tex中关于Vue无高亮显示的问题
1、首先control + shift + p会出现一个输入框 2、然后输入Package Control,再在下面选择Install Package 3、输入vue syntax highlight 安装插件 如果安装后vue文件仍然没有高亮,可以重新打开sublime, 如果仍然无效,重新打开vue文件就可以高亮显示和自动补全了。 4、如果js和template部分正常显示,而css部分不...原创 2019-07-02 23:00:40 · 788 阅读 · 0 评论
分享