refactor(component): 移除默认的variant属性设置

This commit is contained in:
dap 2026-01-15 09:57:49 +08:00
parent 3c8aac0203
commit 07fa5626fd

View File

@ -129,7 +129,6 @@ const withDefaultPlaceholder = <T extends Component>(
...props,
...attrs,
ref: innerRef,
variant: 'outlined',
},
slots,
);