refactor: refs #7411 add clearable and clear-icon properties to sync password checkbox
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
cc07cc7824
commit
c8754ae4df
|
@ -126,6 +126,8 @@ onMounted(() => {
|
|||
v-model="shouldSyncPassword"
|
||||
:label="t('account.card.actions.sync.checkbox')"
|
||||
:info="t('account.card.actions.sync.tooltip')"
|
||||
clearable
|
||||
clear-icon="close"
|
||||
color="primary"
|
||||
/>
|
||||
<VnInputPassword
|
||||
|
|
Loading…
Reference in New Issue