This may cause things to work incorrectly. Make sure to use the same version for both.

 npm run serve运行报错:

This may cause things to work incorrectly. Make sure to use the same version for both. If you are using vue-loader@>=10.0, simply update vue-template-compiler. If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/vueify should bump vue-template-compiler to the latest.

This may cause things to work incorrectly. Make sure to use the same version for both._第1张图片

问题: 版本不统一

This may cause things to work incorrectly. Make sure to use the same version for both._第2张图片

 This may cause things to work incorrectly. Make sure to use the same version for both._第3张图片

解决:

删除node_models 文件夹和 package-lock.json 文件重新 npm install

 

如若对您有所帮助,点个一键三连 ~Thanks♪(・ω・)ノ (✪ω✪) ᕦ(・ㅂ・)ᕤ!!!

你可能感兴趣的:(vue,vue)