From fd146faeb7bcdcb99e3ba7de34b7dd33a2fa3aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=9D=E7=BB=B4=E7=A9=BA=E9=97=B4?= Date: Sun, 27 Sep 2020 14:16:25 +0800 Subject: [PATCH] =?UTF-8?q?"d2-count-up"=E7=BB=84=E4=BB=B6=E8=B5=B7?= =?UTF-8?q?=E5=A7=8B=E5=80=BC=E4=B8=8E=E7=BB=93=E6=9D=9F=E5=80=BC=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E4=BC=A0=E5=85=A5=E5=AD=97=E7=AC=A6=E4=B8=B2=E6=95=B0?= =?UTF-8?q?=E5=80=BC=EF=BC=8C=E9=81=BF=E5=85=8D=E2=80=9C=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=A4=B1=E8=B4=A5=E2=80=9D=E8=AD=A6=E5=91=8A?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/d2-count-up/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/d2-count-up/index.vue b/src/components/d2-count-up/index.vue index c5b95b04..2db63377 100644 --- a/src/components/d2-count-up/index.vue +++ b/src/components/d2-count-up/index.vue @@ -9,11 +9,11 @@ export default { name: 'd2-count-up', props: { start: { - type: Number, + type: [Number, String], default: 0 }, end: { - type: Number, + type: [Number, String], default: 0 }, decimals: {