mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-08-19 08:57:12 +02:00
merge master
This commit is contained in:
+2
-1
@@ -4,6 +4,7 @@ import { createApp } from 'vue'
|
||||
import { createPinia } from 'pinia'
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
import { createHead } from '@unhead/vue'
|
||||
|
||||
import 'vuetify/styles'
|
||||
import { createVuetify } from 'vuetify'
|
||||
@@ -21,7 +22,7 @@ const vuetify = createVuetify({
|
||||
|
||||
const pinia = createPinia()
|
||||
const app = createApp(App)
|
||||
|
||||
app.use(createHead())
|
||||
app.use(router)
|
||||
app.use(vuetify)
|
||||
app.use(pinia)
|
||||
|
||||
Reference in New Issue
Block a user