[`theme--${status}`]: status, 'is--round': round, 7 changes: 6 additions & 1 deletion 7 packages/button/src/group.ts Original file line numberDiff line numberDiff line change @@ -55,7 +55,12 @@ export default defineComponent({ const defaultSlot = slots.default return h('div', ...
[`theme--${status}`]: status, 'is--round': round, @@ -417,7 +422,7 @@ export default defineComponent({ type: isFormBtn ? type : 'button', disabled: disabled || loading, onMouseenter: mouseenterTargetEvent, onMouseleave: mouseleaveEvent, onMouseleave: mouseleaveTargetEvent, onClick...