[Vuejs]-VueJs view in laravel

0👍

The correct way to import via @include. You need to import vue components only with vue, blade with blade.

0👍

the solution was to have div with id around my sidebar.vue (eg) template and call that id instead of in my main component.

Leave a comment