fix: 新增组件

This commit is contained in:
mtruning
2022-01-15 14:56:48 +08:00
parent f6860c3fa6
commit 3758db4cb6
25 changed files with 112 additions and 47 deletions
+1
View File
@@ -10,6 +10,7 @@ const { GO_LANG_STORE } = StorageEnum
const storageLang: LangStateType = getLocalStorage(GO_LANG_STORE)
// 语言
export const useLangStore = defineStore({
id: 'useLangStore',
state: (): LangStateType =>