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