In my laravel project within app.js I have registered the usual vue component
app.js
const app = new Vue({ el: \'#app\', });
In my proj