fix(button): 将幽灵按钮类型从primary改为link并移除ghost属性
This commit is contained in:
parent
a208034539
commit
296bcbd857
@ -16,8 +16,8 @@ export const GhostButton = defineComponent({
|
||||
{
|
||||
...props,
|
||||
...attrs,
|
||||
type: 'primary',
|
||||
ghost: true,
|
||||
type: 'link',
|
||||
// ghost: true,
|
||||
size: 'small',
|
||||
},
|
||||
slots,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user