Uncaught TypeError: (0 , vue__WEBPACK_IMPORTED_MODULE_42__.defineComponent) is not a function
运行vue项目,web端没有任何显示,按F12出现:app.js:271 Uncaught TypeError: (0 , vue__WEBPACK_IMPORTED_MODULE_42__.defineComponent) is not a function
·
运行vue项目,web端没有任何显示,按F12出现:
app.js:271 Uncaught TypeError: (0 , vue__WEBPACK_IMPORTED_MODULE_42__.defineComponent) is not a function
原因可能是vue-router的版本过高,只需安装低一点版本vue-router3.2.0即可。
安装3.2.0版本的
npm install vue-router@3.2.0
不需要卸载之前版本的 vue-router,自动移除并更新vue-router
重新运行vue项目:
npm run serve
更多推荐
已为社区贡献1条内容
所有评论(0)