feat: use vue-i18n 9 for vue3

This commit is contained in:
Dominik Pschenitschni 2021-08-20 15:38:16 +02:00
parent 3d6aca3510
commit 7c3c2945f8
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
19 changed files with 123 additions and 71 deletions

View file

@ -34,7 +34,7 @@ import TopNavigation from './components/home/topNavigation'
import ContentAuth from './components/home/contentAuth'
import ContentLinkShare from './components/home/contentLinkShare'
import ContentNoAuth from './components/home/contentNoAuth'
import {setLanguage} from './i18n/setup'
import {setLanguage} from './i18n'
import AccountDeleteService from '@/services/accountDelete'
export default defineComponent({