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

This commit is contained in:
奔跑的面条 2022-09-08 17:33:31 +08:00
parent aa3a5fbf84
commit e091eb7b64

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(() => {