Start working on migrating frontend to Vue 3
This commit is contained in:
5
web/app/src/main.js
Normal file
5
web/app/src/main.js
Normal file
@ -0,0 +1,5 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import './index.css'
|
||||
|
||||
createApp(App).mount('#app')
|
Reference in New Issue
Block a user