mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-23 09:50:23 +08:00
fix: 修复生成组件时 toRef 报错的问题
This commit is contained in:
parent
aa3a5fbf84
commit
e091eb7b64
@ -43,7 +43,7 @@ const props = defineProps({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
const { image } = toRefs(props.componentData.chartConfig)
|
const { image } = props.componentData.chartConfig
|
||||||
|
|
||||||
// 计算当前选中目标
|
// 计算当前选中目标
|
||||||
const select = computed(() => {
|
const select = computed(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user