This commit is contained in:
dap
2024-11-26 20:30:16 +08:00
2 changed files with 13 additions and 1 deletions

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