Can you show how you import Vue?
— Benjamin from Larabiz (Découvrez comment utiliser Vue.js avec Laravel sur Larabiz)
Do you mean in app.js? i am doing it like this:
import {createApp} from 'vue'; import ExampleComponent from './components/ExampleComponent.vue';
If that is not what you mean, then there must be a step i am missing. Kindly explain it to me and or point me to a resource where i can learn to do it properly Thanks
Looks like VueJS 3 needs this:
createApp({
components: {
//some components separeted by coma
}
}).mount("\\#app");
Can you show how you import Vue?
— Benjamin from Larabiz (Découvrez comment utiliser Vue.js avec Laravel sur Larabiz geometry dash unblocked)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community