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