update version to v 2.3.9
This commit is contained in:
parent
c47f6133f4
commit
0d59ebcc04
|
@ -22,8 +22,8 @@
|
||||||
fill="transparent"
|
fill="transparent"
|
||||||
:stroke-width="mergedConfig ? mergedConfig.borderWidth : '0'"
|
:stroke-width="mergedConfig ? mergedConfig.borderWidth : '0'"
|
||||||
:stroke="`url(#${gradientId1})`"
|
:stroke="`url(#${gradientId1})`"
|
||||||
:width="rectWidth"
|
:width="rectWidth > 0 ? rectWidth : 0"
|
||||||
:height="rectHeight"
|
:height="rectHeight > 0 ? rectHeight : 0"
|
||||||
/>
|
/>
|
||||||
<polyline
|
<polyline
|
||||||
:stroke-width="polylineWidth"
|
:stroke-width="polylineWidth"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@jiaminghi/data-view",
|
"name": "@jiaminghi/data-view",
|
||||||
"version": "2.3.8",
|
"version": "2.3.9",
|
||||||
"author": "JiaMing <743192023@qq.com>",
|
"author": "JiaMing <743192023@qq.com>",
|
||||||
"description": "Vue Large screen data display component library",
|
"description": "Vue Large screen data display component library",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
|
|
Loading…
Reference in New Issue