fix: Similarity value error

This commit is contained in:
wangdan-fit2cloud 2025-03-03 16:05:40 +08:00
parent 685b01be01
commit 3c3f47bb5b

View File

@ -68,7 +68,7 @@ const props = defineProps({
},
score: {
type: Number,
default: 0
default: null
}
})
const isMetaObject = computed(() => typeof props.data.meta === 'object')