🎨 build framework completed
This commit is contained in:
7
src/store/index.ts
Normal file
7
src/store/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import {useAuthStore} from '@/store/modules/user.ts'
|
||||
|
||||
export default function useStore() {
|
||||
return {
|
||||
user: useAuthStore()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user