标签:插件 -- err erro span eol required html pre
报这个错是因为package.json
中配置项lint少了 --fixed
把lint 修改如下就好了
"lint": "eslint --fix --ext .js,.vue src",
补充:如果使用VS code编译器装有JS-CSS-HTML插件,将其插件拆卸就ok了
error: Newline required at end of file but not found (eol-last) at vue
标签:插件 -- err erro span eol required html pre
原文地址:https://www.cnblogs.com/xiongjun/p/13273565.html