fix(button): 将幽灵按钮类型从primary改为link并移除ghost属性

This commit is contained in:
dap 2026-01-12 11:28:37 +08:00
parent a208034539
commit 296bcbd857

View File

@ -16,8 +16,8 @@ export const GhostButton = defineComponent({
{
...props,
...attrs,
type: 'primary',
ghost: true,
type: 'link',
// ghost: true,
size: 'small',
},
slots,