mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-27 02:53:22 +08:00
fix(button): 将幽灵按钮类型从primary改为link并移除ghost属性
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user