跑一个老项目的时候报了个错
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.
解决方法:
1、粗暴点,删除node_modules全部重装。
2、npm update vue-template-compiler
总有个方法能解决的。嗯,应该是这样的。