style: typo (#4948)

This commit is contained in:
眼圈发黑 2024-11-25 15:07:16 +08:00 committed by dap
parent edad22c23a
commit ff1c6a9de9

View File

@ -65,7 +65,7 @@ async function initComponentAdapter() {
Checkbox: ElCheckbox,
CheckboxGroup: ElCheckboxGroup,
// 自定义默认按钮
DefaulButton: (props, { attrs, slots }) => {
DefaultButton: (props, { attrs, slots }) => {
return h(ElButton, { ...props, attrs, type: 'info' }, slots);
},
// 自定义主要按钮