refactor: ele 默认按钮样式和 antd 的保持一致
This commit is contained in:
@@ -241,7 +241,7 @@ async function initComponentAdapter() {
|
||||
},
|
||||
// 自定义默认按钮
|
||||
DefaultButton: (props, { attrs, slots }) => {
|
||||
return h(ElButton, { ...props, attrs, type: 'info' }, slots);
|
||||
return h(ElButton, { ...props, attrs }, slots);
|
||||
},
|
||||
// 自定义主要按钮
|
||||
PrimaryButton: (props, { attrs, slots }) => {
|
||||
|
||||
Reference in New Issue
Block a user