From 0d59ebcc046df76f1175f61021b54e173ff992fe Mon Sep 17 00:00:00 2001 From: jiaming743 <743192023@qq.com> Date: Tue, 27 Aug 2019 18:34:02 +0800 Subject: [PATCH] update version to v 2.3.9 --- lib/components/percentPond/src/main.vue | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/components/percentPond/src/main.vue b/lib/components/percentPond/src/main.vue index dd45060..dbf45b6 100644 --- a/lib/components/percentPond/src/main.vue +++ b/lib/components/percentPond/src/main.vue @@ -22,8 +22,8 @@ fill="transparent" :stroke-width="mergedConfig ? mergedConfig.borderWidth : '0'" :stroke="`url(#${gradientId1})`" - :width="rectWidth" - :height="rectHeight" + :width="rectWidth > 0 ? rectWidth : 0" + :height="rectHeight > 0 ? rectHeight : 0" /> ", "description": "Vue Large screen data display component library", "main": "lib/index.js",