mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 07:31:09 +08:00
fix(button): 将幽灵按钮类型从primary改为link并移除ghost属性
This commit is contained in:
@@ -16,8 +16,8 @@ export const GhostButton = defineComponent({
|
||||
{
|
||||
...props,
|
||||
...attrs,
|
||||
type: 'primary',
|
||||
ghost: true,
|
||||
type: 'link',
|
||||
// ghost: true,
|
||||
size: 'small',
|
||||
},
|
||||
slots,
|
||||
|
||||
Reference in New Issue
Block a user