首页 > 其他 > 详细

vue升级导致TypeError:Cannot read property ‘parseComponent’ of undefined

时间:2021-08-23 14:56:52      阅读:45      评论:0      收藏:0      [点我收藏+]

 

关于:vue升级导致TypeError:Cannot read property ‘parseComponent’ of undefined  问题

 

 

原因:  vue-template-compiler 升级版本后 parseComponent函数已被删除,导致 component-compiler-utils报错。

 

 

解决办法: 查看component-compiler-utils最新版本(https://github.com/vuejs/component-compiler-utils/releases)

 

首先:删除旧版本:

npm uninstall @vue/component-compiler-utils

 

然后: 安装新版本(我目前的最新版本是3.1.2

npm install --dev @vue/component-compiler-utils@3.1.2

 

 

 

 

最新版本已经解决对parseComponent的依赖。问题解决。

原文:https://www.codeleading.com/article/70763858694/

vue升级导致TypeError:Cannot read property ‘parseComponent’ of undefined

原文:https://www.cnblogs.com/jinpeng95/p/15175355.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!