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.把飘红的地方让它不要飘红(其实上面的方法也是让飘红地方不要飘红的一种方法)

找到对应飘红的地方,我这里面是引号使用错误引发的问题,把单引号变成反引号``就行了。

 

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐