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',
'lazy',
'showCount',
'valueModifiers',
]);
const inputProps = {
...otherProps,

View File

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