likes
comments
collection
share

记录一个版本问题:vue 和vue-template-compiler

作者站长头像
站长
· 阅读数 25

麻了。百度一个半小时,升级npm版本,改node版本,删除依赖重新安装,弄了一遍。。最后发现是这两个版本不一致,但是package的版本是一样的。所以装了一下vue-template-compiler。就好了。

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.

记录一个版本问题:vue 和vue-template-compiler