feat: 修改组件展示,支持单个组件数据编辑

This commit is contained in:
MTrun
2022-02-24 17:23:20 +08:00
parent a4198bf75a
commit 7918918a69
17 changed files with 219 additions and 175 deletions
@@ -39,7 +39,7 @@ const props = defineProps({
}
})
const { image, title } = toRefs(props.componentData.chartData)
const { image, title } = toRefs(props.componentData.chartConfig)
// 计算当前选中目标
const select = computed(() => {