mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-10 23:13:20 +08:00
fix store
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user