运行vue报错__WEBPACK_IMPORTED_MODULE_2__router__.a is not a constructor

npm运行正常

但浏览器报错:

运行vue报错__WEBPACK_IMPORTED_MODULE_2__router__.a is not a constructor

解决方法:VueRouter的引入不能用npm安装时自带的“import VueRouter from ‘./router’”,要换成“import VueRouter from ‘vue-router’”

运行vue报错__WEBPACK_IMPORTED_MODULE_2__router__.a is not a constructor



相关文章:

  • 2022-01-23
  • 2021-09-03
  • 2021-08-22
  • 2021-12-23
  • 2022-02-11
  • 2021-10-09
  • 2021-10-13
  • 2021-09-04
猜你喜欢
  • 2021-04-19
  • 2021-12-17
  • 2021-09-18
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
相关资源
相似解决方案