feat: 登录页面框架
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { useUserStore } from './modules/user.ts'
|
||||
|
||||
/** 将每个Store实例化 */
|
||||
export const RootStore = {
|
||||
user: new useUserStore(),
|
||||
}
|
||||
|
Reference in New Issue
Block a user