From bf82bfee67c539693afaa2093b3531cf2927ed18 Mon Sep 17 00:00:00 2001 From: liusuY <851209312@qq.com> Date: Tue, 24 Aug 2021 17:03:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dbutton=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC=E4=B8=BA0=E5=AF=BC=E8=87=B4=E6=92=91?= =?UTF-8?q?=E4=B8=8D=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devui/button/src/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devui/button/src/button.tsx b/devui/button/src/button.tsx index 07c74812..aaab4595 100644 --- a/devui/button/src/button.tsx +++ b/devui/button/src/button.tsx @@ -44,7 +44,7 @@ export default defineComponent({ }, width: { type: Number, - default: 0 + default: null }, disabled: { type: Boolean, -- Gitee