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