摘要: 开发过程中,之前做的vue项目,一段时间后拿出来重新运行,报错: 打开vue-template-compiler/index.js查看错误提示,如下: 当安装的vue版本和package.json中的版本不一致时,便会报错, 解决方法——统一vue和vue-template-compiler的版本: 阅读全文
posted @ 2018-08-07 11:07 web_study 阅读(733) 评论(0) 推荐(0) 编辑

哈哈