update version to v 2.3.9

This commit is contained in:
jiaming743 2019-08-27 18:34:02 +08:00
parent c47f6133f4
commit 0d59ebcc04
2 changed files with 3 additions and 3 deletions

View File

@ -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"
/>
<polyline
:stroke-width="polylineWidth"

View File

@ -1,6 +1,6 @@
{
"name": "@jiaminghi/data-view",
"version": "2.3.8",
"version": "2.3.9",
"author": "JiaMing <743192023@qq.com>",
"description": "Vue Large screen data display component library",
"main": "lib/index.js",