報錯:
Syntax Error: TypeError: Cannot read property 'parseComponent' of undefined
原因:
vue版本和vue-template-compiler版本不一致導致
解決:
1. 刪除node_modules
2. 修改packge.json文件,修改vue-template-compiler和vue版本一致
3. npm install
報錯:
Syntax Error: TypeError: Cannot read property 'parseComponent' of undefined
原因:
vue版本和vue-template-compiler版本不一致導致
解決:
1. 刪除node_modules
2. 修改packge.json文件,修改vue-template-compiler和vue版本一致
3. npm install
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。