review code.

This commit is contained in:
lijiahang
2023-10-26 17:12:17 +08:00
parent 6c4e588f92
commit 18de1a2a3a
18 changed files with 81 additions and 51 deletions

View File

@@ -5,6 +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';
const pinia = createPinia();
@@ -15,6 +16,7 @@ export {
useTabBarStore,
useCacheStore,
useTipsStore,
// useDictStore,
};
export default pinia;