LatteCode — auth
Explorer
...
src / auth
V
Login.vue
V
Register.vue
V
ForgotPwd.vue
V
Login
V
Register
V
ForgotPwd
V
Login.vue
src
/
auth
/
Login.vue
>
template
1
// 验证用户身份凭据
2
const
email
=
"
"
;
3
const
pwd
=
"
"
;
4
await
auth.login
(email, password);
Execute Login
// 快捷导航
auth.register()
master*
0
0
UTF-8
{ } TypeScript
Latte
Code