[Vuejs]-Vue 3 integration in laravel 9 Tutorial not working as it should

0👍

Found a fix for this (stupid one) My problem was in my app.js file

Of course CreateApp doesn’t exist. By mistake i wrote with starting uppercase letter, but it is written as ‘createApp’.

Leave a comment