优化代码

This commit is contained in:
pengxiaolong
2025-08-26 22:04:33 +08:00
parent 20cb7bc0d1
commit 50f3126fc1
13 changed files with 218 additions and 61 deletions

View File

@@ -20,6 +20,7 @@ import { ref } from 'vue'
import { useI18n } from 'vue-i18n'
import { setLocale } from '@/i18n'
const { locale } = useI18n()
const currentLanguage = ref(locale.value)