vue项目严格模式下的常见错误

Infix operators must be spaced 中缀运算符必须间隔
 Newline required at end of file but not found 是需要在js css等后面再加一行(空行) 
Expected error to be handled
Strings must use singlequote   对于字符串类型的数据String必须要使用单引号,不能使用双引号,否则会报异常
 Missing space before value for key 'index' 对象值前没有加空格
Trailing spaces not allowed      空格多余

 

posted @ 2021-05-21 16:27  凹凸曼啦  阅读(453)  评论(0编辑  收藏  举报