fix: 修复生成组件时 toRef 报错的问题

This commit is contained in:
奔跑的面条 2022-09-08 17:33:31 +08:00
parent 2234861cff
commit 1c170bbb8a

View File

@ -43,7 +43,7 @@ const props = defineProps({
} }
}) })
const { image } = toRefs(props.componentData.chartConfig) const { image } = props.componentData.chartConfig
// //
const select = computed(() => { const select = computed(() => {