Upon running vue-migration-helper and updating everything, I encountered the error below.
vue2.default.user is not a function
Console error:
Uncaught TypeError: _vue2.default.use is not a function
at eval (eval at <anonymous> (app.js:1624), <anonymous>:153:15)
at Object.<anonymous> (app.js:1624)
at __webpack_require__ (vendor.js:53)
at webpackJsonpCallback (vendor.js:24)
at app.js:1
Does anyone know what may have caused this error?
______ UPDATE It seems like the issue is related to the new Vue() not being a function, possibly due to Laravel-Elixir-Webpack setup.