ERROR in
Vue packages version mismatch:
vue@2.1.4
vue-template-compiler@2.1.5
This may cause things to work incorrectly. Make sure to use the same version for both.
vue-loader和vue-template-complier版本不一致
修改node_modules
中vue-loader
和vue-template-complier
文件中的package.json
文件
把各自的版本改为同一版本
npm install
重新加载
OK
原文:https://www.cnblogs.com/ff-upday/p/14847697.html