feat(I18n): Add Ii8n

feat(LocaleDropdown): Add LocaleDropdown Component

feat(store): Add localeStore
This commit is contained in:
kailong321200875
2022-01-03 09:41:34 +08:00
parent 45d657d44c
commit 3810b8c3b2
42 changed files with 1033 additions and 625 deletions

View File

@@ -1,7 +1,7 @@
import { inject } from 'vue'
export function useConfigGlobal() {
const configGlobal = inject('configGlobal', {}) as VConfigGlobalTypes
const configGlobal = inject('configGlobal', {}) as ConfigGlobalTypes
return {
configGlobal