In Vue 2 you could add some Vue instructions at the @section('scripts')
of a blade file using
new Vue({
el: '#app',
data: {
loader: false
},
...
But it does not work in Vue 3 and I can't find anywhere how to do it now. All my blade files with Vue are broken... Anyone, please? Thanks in advance!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community