Vue packages version mismatch:
vue@2.4.2
vue-template-compiler@2.4.4
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.
重新创建工程也不行 始终不行 一直提示这个
npm install vue@2.4.4 --save
解决。。。