diff --git a/components/button/button.tsx b/components/button/button.tsx index 854e2fb..93dbc25 100644 --- a/components/button/button.tsx +++ b/components/button/button.tsx @@ -151,7 +151,7 @@ const Button = defineComponent({ isNeedInserted = children.length === 1 && !slots.icon && - isUnBorderedButtonType(props.type) + !isUnBorderedButtonType(props.type) fixTwoCNChar() showError() const iconType = innerLoading.value ? 'loading' : icon