liudong
2024-08-12 6602e6bc17ee5f7d882802e8435fd2de0e2a826f
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;