Component name “login“ should always be multi-word vue/multi-word-component-names
You may use special comments to disable some warnings.
·
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.
出现上述问题的两种解决方法
1.在vue.config.js里面添加一段代码如下
2.把飘红的地方让它不要飘红(其实上面的方法也是让飘红地方不要飘红的一种方法)
找到对应飘红的地方,我这里面是引号使用错误引发的问题,把单引号变成反引号``就行了。
更多推荐
已为社区贡献1条内容
所有评论(0)