zhangxiao
2024-08-07 68b837c7f2f903bc93622f6f9f3ce7ce6c8e3cb2
src/store/index.ts
@@ -1,9 +1,10 @@
import { createPinia } from 'pinia';
import useAppStore from './modules/app';
import useUserStore from './modules/user';
import usePinia from './modules/storeMsg';
import useTabBarStore from './modules/tab-bar';
const pinia = createPinia();
export { useAppStore, useUserStore, useTabBarStore };
export { useAppStore, useUserStore,usePinia, useTabBarStore };
export default pinia;