This commit is contained in:
2023-06-05 21:02:25 +08:00
parent bdbda8b68e
commit d778ceab61
41 changed files with 1259 additions and 94 deletions

View File

@@ -1,5 +1,8 @@
import { createPinia } from "pinia"
import useUserStore from "./modules/user"
import useAppStore from "./modules/app"
const pinia = createPinia()
export { useUserStore, useAppStore }
export default pinia