Move banner system to store, migrate login/register API handling to own file, display Account details on accountPage
This commit is contained in:
@@ -5,6 +5,7 @@ import vuetify from './plugins/vuetify'
|
||||
import router from './plugins/router'
|
||||
import pinia from './plugins/pinia'
|
||||
import { i18n } from './plugins/i18n'
|
||||
import { useFeedbackStore } from './data/stores/feedbackStore'
|
||||
|
||||
createApp(App)
|
||||
.use(vuetify)
|
||||
@@ -12,3 +13,6 @@ createApp(App)
|
||||
.use(pinia)
|
||||
.use(i18n)
|
||||
.mount('#app')
|
||||
|
||||
const feedbackStore = useFeedbackStore()
|
||||
feedbackStore.$i18n = i18n
|
||||
Reference in New Issue
Block a user