1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-23 16:10:21 +08:00

feat: optimize password input. (#122)

This commit is contained in:
Khalil Yao
2025-04-12 10:42:32 +08:00
committed by GitHub
parent e29343586f
commit c675a4d420
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@
trigger: ['input', 'blur'],
}"
>
<n-input v-model:value="modalForm.password" />
<n-input v-model:value="modalForm.password" type="password" show-password-on="mousedown" />
</n-form-item>
<n-form-item v-if="['add', 'setRole'].includes(modalAction)" label="角色" path="roleIds">