LatteCode — auth
Explorer...
src / auth
V Login.vue
V Register.vue
V ForgotPwd.vue
VLogin
VRegister
VForgotPwd
V Register.vue
src / auth / Register.vue>template
1
// 创建新账户
2
constemail=
""
;
3
constpwd=
""
;
4
constchk=
""
;
5
constcode=
;
6
await auth.register(user);
// 快捷导航auth.login()
master*
0
0
UTF-8
{ } TypeScript
LatteCode
LatteCode