mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-13 05:43:14 +08:00
refactor(component): 移除默认的variant属性设置
This commit is contained in:
@@ -129,7 +129,6 @@ const withDefaultPlaceholder = <T extends Component>(
|
|||||||
...props,
|
...props,
|
||||||
...attrs,
|
...attrs,
|
||||||
ref: innerRef,
|
ref: innerRef,
|
||||||
variant: 'outlined',
|
|
||||||
},
|
},
|
||||||
slots,
|
slots,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user