眼圈发黑
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
apps/web-ele/src/adapter/component/index.ts
|
|
@ -65,7 +65,7 @@ async function initComponentAdapter() { |
|
|
Checkbox: ElCheckbox, |
|
|
Checkbox: ElCheckbox, |
|
|
CheckboxGroup: ElCheckboxGroup, |
|
|
CheckboxGroup: ElCheckboxGroup, |
|
|
// 自定义默认按钮
|
|
|
// 自定义默认按钮
|
|
|
DefaulButton: (props, { attrs, slots }) => { |
|
|
DefaultButton: (props, { attrs, slots }) => { |
|
|
return h(ElButton, { ...props, attrs, type: 'info' }, slots); |
|
|
return h(ElButton, { ...props, attrs, type: 'info' }, slots); |
|
|
}, |
|
|
}, |
|
|
// 自定义主要按钮
|
|
|
// 自定义主要按钮
|
|
|
|