🎨 build framework completed

This commit is contained in:
landaiqing
2024-08-07 22:26:41 +08:00
parent 883afb315a
commit a4b502717c
29 changed files with 2733 additions and 183 deletions

7
src/store/index.ts Normal file
View File

@@ -0,0 +1,7 @@
import {useAuthStore} from '@/store/modules/user.ts'
export default function useStore() {
return {
user: useAuthStore()
}
}