fix: 修改语言挂载问题

This commit is contained in:
mtruning
2022-01-09 19:22:55 +08:00
parent 7332dd1e98
commit 39ab04e051
16 changed files with 96 additions and 99 deletions
-5
View File
@@ -4,9 +4,4 @@
<script lang="ts" setup>
import { MainView } from '@/layout/components/Main/index'
import { useI18n } from 'vue-i18n'
const { t } = useI18n()
window['$t'] = t
</script>