fix store

This commit is contained in:
jxxghp
2023-06-25 17:32:53 +08:00
parent 3ae5cf6b3f
commit 4d8f63c223
4 changed files with 8 additions and 16 deletions

View File

@@ -8,7 +8,6 @@ import store from '@/store'
import '@core/scss/template/index.scss'
import '@layouts/styles/index.scss'
import '@styles/styles.scss'
import { createPinia } from 'pinia'
import { createApp } from 'vue'
loadFonts()
@@ -18,7 +17,6 @@ const app = createApp(App)
// Use plugins
app.use(vuetify)
app.use(createPinia())
app.use(store)
app.use(router)