This commit is contained in:
2023-06-08 21:09:28 +08:00
parent d778ceab61
commit f8947d332a
158 changed files with 17210 additions and 259 deletions

View File

@@ -1,8 +1,13 @@
import { createPinia } from "pinia"
import useUserStore from "./modules/user"
import useAppStore from "./modules/app"
import useTabBarStore from "./modules/tab-bar"
// ma组件新增
import useFormStore from "./modules/form"
import useKeepAliveStore from "./modules/keepAlive"
import useTagStore from "./modules/tag"
const pinia = createPinia()
export { useUserStore, useAppStore }
export { useUserStore, useAppStore, useTabBarStore, useFormStore, useKeepAliveStore, useTagStore }
export default pinia