This commit is contained in:
yanran200730
2023-04-06 10:02:25 +08:00
parent 89c406d802
commit ec189139b6
6 changed files with 19 additions and 13 deletions

View File

@@ -19,7 +19,7 @@
<ai-echart-v2 v-else-if="/Chart/.test(data.type)"
style="height: 100%; width: 100%;"
:ref="'chart' + index"
:key="`chart${index}`"
:key="`chart-${index}`"
:theme="theme"
:data="values"
:ops="chartList[data.config]"/>