LatteCode — auth
Explorer...
src / auth
V Login.vue
V Register.vue
V ForgotPwd.vue
VLogin
VRegister
VForgotPwd
V ForgotPwd.vue
src / auth / ForgotPwd.vue>template
1
// 恢复访问密钥
2
const email =
""
;
3
await auth.sendResetLink(email);
// 快捷导航auth.login()auth.register()
master*
0
0
UTF-8
{ } TypeScript
LatteCode
LatteCode