feat(projects): login page: code-login

This commit is contained in:
Soybean
2024-03-24 04:03:49 +08:00
parent f91ef30bd5
commit c91dd282a6
8 changed files with 171 additions and 10 deletions

View File

@ -49,7 +49,7 @@ async function handleSubmit() {
<NInput
v-model:value="model.password"
type="password"
show-password-on="mousedown"
show-password-on="click"
:placeholder="$t('page.login.common.passwordPlaceholder')"
/>
</NFormItem>