Passage à Laravel 10 pour Fortify Bootstrap
This commit is contained in:
@@ -1 +1,11 @@
|
||||
import './bootstrap';
|
||||
require('./bootstrap');
|
||||
|
||||
import { createApp } from 'vue'
|
||||
import ExampleComponent from "./components/ExampleComponent.vue";
|
||||
|
||||
const app = createApp({});
|
||||
|
||||
app.component("ExampleComponent", ExampleComponent);
|
||||
|
||||
app.mount("#app");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user