fix: remove valueModifiers

pull/5528/head
tangjinzhou 2022-04-19 11:28:21 +08:00
parent 3a7cb252e6
commit 7bbf6d5272
2 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,7 @@ export default defineComponent({
'htmlSize', 'htmlSize',
'lazy', 'lazy',
'showCount', 'showCount',
'valueModifiers',
]); ]);
const inputProps = { const inputProps = {
...otherProps, ...otherProps,

View File

@ -106,6 +106,7 @@ const ResizableTextArea = defineComponent({
'type', 'type',
'lazy', 'lazy',
'maxlength', 'maxlength',
'valueModifiers',
]); ]);
const cls = classNames(prefixCls, attrs.class, { const cls = classNames(prefixCls, attrs.class, {
[`${prefixCls}-disabled`]: disabled, [`${prefixCls}-disabled`]: disabled,