mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
Co-authored-by: 寇超 <kouchao@xindong.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
[nsInput.m('prefix')]: $slots.prefix || prefixIcon,
|
||||
[nsInput.m('suffix')]:
|
||||
$slots.suffix || suffixIcon || clearable || showPassword,
|
||||
[nsInput.m('suffix--password-clear')]: clearable && showPassword,
|
||||
[nsInput.m('suffix--password-clear')]: showClear && showPwdVisible,
|
||||
},
|
||||
$attrs.class,
|
||||
]"
|
||||
|
||||
Reference in New Issue
Block a user