国际化、主题处理

This commit is contained in:
Gary Fu
2023-12-17 15:11:38 +08:00
parent 99629bc0a5
commit 45ccfddba5
8 changed files with 37 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
<script setup>
import { useGlobalConfigStore } from '@/stores/globalConfig'
import { useGlobalConfigStore } from '@/stores/globalConfigStore'
import { $changeLocale, elementLocale } from '@/languages/MessagesConfig'
const globalConfigStore = useGlobalConfigStore()