添加不再提醒功能.
This commit is contained in:
@@ -4,6 +4,7 @@ import useMenuStore from './modules/menu';
|
||||
import useUserStore from './modules/user';
|
||||
import useTabBarStore from './modules/tab-bar';
|
||||
import useCacheStore from './modules/cache';
|
||||
import useTipsStore from './modules/tips';
|
||||
|
||||
const pinia = createPinia();
|
||||
|
||||
@@ -13,6 +14,7 @@ export {
|
||||
useUserStore,
|
||||
useTabBarStore,
|
||||
useCacheStore,
|
||||
useTipsStore,
|
||||
};
|
||||
|
||||
export default pinia;
|
||||
|
||||
Reference in New Issue
Block a user