🐛(i18n): 修复按需加载下 i18n 的注册问题

This commit is contained in:
sight
2022-05-15 17:03:00 +08:00
parent 334699b210
commit 5a05c3a621
7 changed files with 24 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ export default {
<script setup lang="ts">
import { watch } from "vue";
import { useI18n } from "vue-i18n";
import { useI18n } from "../language";
import {
Theme,
DynamicThemeFix,