Vue代码报错:
Uncaught TypeError: vue__WEBPACK_IMPORTED_MODUL_0__.default.user is not a function
解决方法:查看js文件下 是不是Vue.use写成了user
把user改回use就没有报错了
Vue代码报错:
Uncaught TypeError: vue__WEBPACK_IMPORTED_MODUL_0__.default.user is not a function
解决方法:查看js文件下 是不是Vue.use写成了user
把user改回use就没有报错了