mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
add reset actions
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
import store from './store'
|
||||
import { GetSelfAccount } from './api/account'
|
||||
import { GetNotifactions } from './data/notifactions'
|
||||
|
||||
createApp(App).use(store).use(router).mount('#app')
|
||||
createApp(App).use(router).mount('#app')
|
||||
|
||||
GetSelfAccount()
|
||||
GetNotifactions()
|
||||
|
||||
Reference in New Issue
Block a user