Commit be27e40e by jml0128

fix

1 parent a9bd31b0
{ {
"name": "xrk-bi", "name": "xrk-bi",
"version": "0.1.6", "version": "0.1.7",
"description": "xrk-bi", "description": "xrk-bi",
"author": "xrk", "author": "xrk",
"main": "dist/bundler.js", "main": "dist/bundler.js",
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
class="bi-chart-title_name" class="bi-chart-title_name"
:contenteditable="contenteditable" :contenteditable="contenteditable"
:maxlength="999" :maxlength="999"
:key="name"
> >
<!-- {{ `${name}`.slice(0, 36) }}{{ `${name}`.length > 36 ? '...' : '' }} --> <!-- {{ `${name}`.slice(0, 36) }}{{ `${name}`.length > 36 ? '...' : '' }} -->
{{ name }} {{ name }}
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
:class="{ dragging: drag }" :class="{ dragging: drag }"
:showGuide="index === 0" :showGuide="index === 0"
:chartConfig="item" :chartConfig="item"
:key="item.baseInfo.id"
> >
<BiBlank height="28" slot="top"></BiBlank> <BiBlank height="28" slot="top"></BiBlank>
<BiBlank height="28" slot="bottom"></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!