我在升級 vue 2.6.10 為 vue 2.6.14 出現這個錯誤,
Syntax Error: TypeError: Cannot read property 'parseComponent' of undefined
嘗試過移除node_module,package-lock.json無效
原來要連同模板包也要一起升級,然后就可以了
"vue-template-compiler": "^2.6.14"
我在升級 vue 2.6.10 為 vue 2.6.14 出現這個錯誤,
Syntax Error: TypeError: Cannot read property 'parseComponent' of undefined
嘗試過移除node_module,package-lock.json無效
原來要連同模板包也要一起升級,然后就可以了
"vue-template-compiler": "^2.6.14"
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。