From 0d1e4d3e7c4b714aec22306bd3ea0e3b8ec5ed65 Mon Sep 17 00:00:00 2001 From: zhuzhengjian Date: Mon, 17 Apr 2023 11:30:22 +0800 Subject: [PATCH] fix: space error --- components/button/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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