first commit
This commit is contained in:
6
resources/web/app.js
Normal file
6
resources/web/app.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createApp } from 'vue'
|
||||
|
||||
import App from './App.vue'
|
||||
|
||||
const app = createApp(App)
|
||||
app.mount('#app')
|
||||
Reference in New Issue
Block a user