createHashHistory is not a function
- 另一种错误提示,定位到代码中的createHashHistory()
Errors: Uncaught TypeError: Object(...) is not a function
解决办法,关闭项目,重新安装新版的vue-router后再启动项目
npm install vue-router@next --save
Errors: Uncaught TypeError: Object(...) is not a function
解决办法,关闭项目,重新安装新版的vue-router后再启动项目
npm install vue-router@next --save
本文标题:vue router createHashHistory报错
本文链接:https://www.haomeiwen.com/subject/fxvmmltx.html
网友评论