mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix: 修复密码控制台警告
This commit is contained in:
@ -193,6 +193,7 @@ watch(visible, () => {
|
|||||||
v-model:value="model.password"
|
v-model:value="model.password"
|
||||||
type="password"
|
type="password"
|
||||||
show-password-on="click"
|
show-password-on="click"
|
||||||
|
:input-props="{ autocomplete: 'off' }"
|
||||||
:placeholder="$t('page.system.user.form.password.required')"
|
:placeholder="$t('page.system.user.form.password.required')"
|
||||||
/>
|
/>
|
||||||
</NFormItem>
|
</NFormItem>
|
||||||
|
@ -97,6 +97,7 @@ watch(visible, () => {
|
|||||||
v-model:value="model.password"
|
v-model:value="model.password"
|
||||||
type="password"
|
type="password"
|
||||||
show-password-on="click"
|
show-password-on="click"
|
||||||
|
:input-props="{ autocomplete: 'off' }"
|
||||||
:placeholder="$t('page.system.user.form.password.required')"
|
:placeholder="$t('page.system.user.form.password.required')"
|
||||||
/>
|
/>
|
||||||
</NFormItem>
|
</NFormItem>
|
||||||
|
Reference in New Issue
Block a user