Move banner system to store, migrate login/register API handling to own file, display Account details on accountPage

This commit is contained in:
2024-09-19 16:20:12 +02:00
parent 5b3a753233
commit ed264ff026
19 changed files with 250 additions and 141 deletions

View File

@@ -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