fix: 新增图层

This commit is contained in:
MTrun
2022-01-29 11:44:51 +08:00
parent a2a3a31df5
commit 3acf2fe732
14 changed files with 108 additions and 28 deletions
+5 -1
View File
@@ -13,7 +13,11 @@
</template>
<!-- 图层内容 -->
<ListItem v-for="item in chartEditStore.getComponentList" :key="item.id"/>
<ListItem
v-for="item in chartEditStore.getComponentList"
:key="item.id"
:componentData="item"
/>
</ContentBox>
</template>