mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
fix: 新增图层
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user