style: typo (#4948)

pull/53/MERGE
眼圈发黑 2024-11-25 15:07:16 +08:00 committed by GitHub
parent c8dd9bbf0b
commit 12f25cf3a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}, },
// 自定义主要按钮 // 自定义主要按钮