updated frontend from typescript to javascript
This commit is contained in:
@@ -2,5 +2,7 @@ import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
import store from './store'
|
||||
import 'bootstrap'
|
||||
import '../scss/custom.scss'
|
||||
|
||||
createApp(App).use(store).use(router).mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user