添加 cacheStore.
This commit is contained in:
@@ -2,7 +2,7 @@ import { createPinia } from 'pinia';
|
||||
import useAppStore from './modules/app';
|
||||
import useUserStore from './modules/user';
|
||||
import useTabBarStore from './modules/tab-bar';
|
||||
import useMenuStore from './modules/system/menu';
|
||||
import useCacheStore from './modules/cache';
|
||||
|
||||
const pinia = createPinia();
|
||||
|
||||
@@ -10,7 +10,7 @@ export {
|
||||
useAppStore,
|
||||
useUserStore,
|
||||
useTabBarStore,
|
||||
useMenuStore
|
||||
useCacheStore
|
||||
};
|
||||
|
||||
export default pinia;
|
||||
|
||||
Reference in New Issue
Block a user