You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
under webpack.mix.js, add vue() to your js files ex.
mix.js('resources/assets/js/app.js','public/js').vue()// and also resolve vue globally // or we would get an errors like // 'window.Vue.use is not a function' or 'Vue is not a constructor'mix.webpackConfig({resolve: {alias: {vue: 'vue/dist/vue.js'}}})