If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/xxx
报错的大概意思就是:你当前的 vue版本和vue-template-complier版本不匹配,八字不合!
分别查看一下当前的版本:
果然如此。
升级 vue:
然后开始玩耍。
If you are using vue-loader@<10.0 or vueify, re-installing vue-loader/xxx
报错的大概意思就是:你当前的 vue版本和vue-template-complier版本不匹配,八字不合!
分别查看一下当前的版本:
果然如此。
升级 vue:
然后开始玩耍。