feat: 登录页面框架

This commit is contained in:
landaiqing
2024-04-15 02:01:30 +08:00
parent b4a9ad82b9
commit 73a74ccc7c
24 changed files with 2010 additions and 179 deletions

View File

@@ -0,0 +1,6 @@
import { useUserStore } from './modules/user.ts'
/** 将每个Store实例化 */
export const RootStore = {
user: new useUserStore(),
}