mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增组件重命名
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user