转为使用element-plus

This commit is contained in:
2026-01-25 14:09:47 +08:00
parent 5569e73ef1
commit 1134ecb732
73 changed files with 3 additions and 18855 deletions
-2
View File
@@ -1,6 +1,5 @@
import { defineStore } from 'pinia'
import i18n from '@/i18n'
import { customStorage } from '../persist'
export const useI18nStore = defineStore(
'i18n',
@@ -29,7 +28,6 @@ export const useI18nStore = defineStore(
persist: {
key: 'i18n-store',
storage: customStorage,
pick: ['currentLocale']
}
}