UPD: Refactor App into vue components

broke quite a few things along the way
This commit is contained in:
Robert Kossessa
2024-01-24 00:52:04 +01:00
parent 94c62a0644
commit 077e3f48b8
9 changed files with 1000 additions and 1039 deletions

View File

@@ -15,6 +15,7 @@ const store = createStore({
state() {
return {}
},
mutations: {},
})
// Create VueI18n instance with locales loaded from /lang directory