解决vuecli 强制语法时 项目编译不过去的问题


解决方法:将项目下的.eslintrc.js文件里的


由'plugin:vue/essential' 改为'plugin:vue/recommended'。如下图:

相关