使用字典配置替换枚举.
This commit is contained in:
@@ -5,7 +5,7 @@ import useUserStore from './modules/user';
|
||||
import useTabBarStore from './modules/tab-bar';
|
||||
import useCacheStore from './modules/cache';
|
||||
import useTipsStore from './modules/tips';
|
||||
// import useDictStore from './modules/dict';
|
||||
import useDictStore from './modules/dict';
|
||||
|
||||
const pinia = createPinia();
|
||||
|
||||
@@ -16,7 +16,7 @@ export {
|
||||
useTabBarStore,
|
||||
useCacheStore,
|
||||
useTipsStore,
|
||||
// useDictStore,
|
||||
useDictStore,
|
||||
};
|
||||
|
||||
export default pinia;
|
||||
|
||||
Reference in New Issue
Block a user