LatteCode — auth
Explorer
...
src / auth
V
Login.vue
V
Register.vue
V
ForgotPwd.vue
V
Login
V
Register
V
ForgotPwd
V
Register.vue
src
/
auth
/
Register.vue
>
template
1
// 创建新账户
2
const
email
=
"
"
;
3
const
pwd
=
"
"
;
4
const
chk
=
"
"
;
5
const
code
=
sendCode()
;
6
await
auth.register
(user);
Execute Register
// 快捷导航
auth.login()
master*
0
0
UTF-8
{ } TypeScript
Latte
Code