Commit be27e40e by jml0128

fix

1 parent a9bd31b0
{
"name": "xrk-bi",
"version": "0.1.6",
"version": "0.1.7",
"description": "xrk-bi",
"author": "xrk",
"main": "dist/bundler.js",
......
......@@ -11,6 +11,7 @@
class="bi-chart-title_name"
:contenteditable="contenteditable"
:maxlength="999"
:key="name"
>
<!-- {{ `${name}`.slice(0, 36) }}{{ `${name}`.length > 36 ? '...' : '' }} -->
{{ name }}
......
......@@ -34,6 +34,7 @@
:class="{ dragging: drag }"
:showGuide="index === 0"
:chartConfig="item"
:key="item.baseInfo.id"
>
<BiBlank height="28" slot="top"></BiBlank>
<BiBlank height="28" slot="bottom"></BiBlank>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!