[Vuejs]-Trouble with having my `welcome.blade.php` recognizing Vue imported inside of my Nuxt.js folder

0👍

I think on the html level, you still need to initialize Vue on #app in a script tag … cause I don’t think Vue is initialized , basically :

let app = new Vue({el : "#app'});
👤Shuyi

Leave a comment