refactor(component): 移除默认的variant属性设置
This commit is contained in:
parent
3c8aac0203
commit
07fa5626fd
@ -129,7 +129,6 @@ const withDefaultPlaceholder = <T extends Component>(
|
||||
...props,
|
||||
...attrs,
|
||||
ref: innerRef,
|
||||
variant: 'outlined',
|
||||
},
|
||||
slots,
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user