fix: Similarity value error

v3.2
wangdan-fit2cloud 2025-03-03 16:05:40 +08:00
parent 685b01be01
commit 3c3f47bb5b
1 changed files with 1 additions and 1 deletions

View File

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