feat: 新增组件重命名

This commit is contained in:
MTrun
2022-02-24 20:11:38 +08:00
parent e874ca1e8c
commit d690f4277f
7 changed files with 34 additions and 26 deletions
@@ -13,7 +13,7 @@
/>
<n-ellipsis>
<n-text class="list-text">
{{ title }}
{{ props.componentData.chartConfig.title }}
</n-text>
</n-ellipsis>
</div>
@@ -39,7 +39,7 @@ const props = defineProps({
}
})
const { image, title } = toRefs(props.componentData.chartConfig)
const { image } = toRefs(props.componentData.chartConfig)
// 计算当前选中目标
const select = computed(() => {