feat: use vue-i18n 9 for vue3
This commit is contained in:
parent
3d6aca3510
commit
7c3c2945f8
19 changed files with 123 additions and 71 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Reference in a new issue