Create new vue js component
-
Hi! I created a vue js component, but I don't know how to use it in the blade.
I added this line in app.jsVue.component('reservation-component', () => import('./components/reservation-component'));
nothing happens when i add this line in the blade
<reservation-component></reservation-component>
how to proceed?
-
Hi there,
you need to include the compiled app.js file.