fix: Similarity value error
This commit is contained in:
parent
685b01be01
commit
3c3f47bb5b
@ -68,7 +68,7 @@ const props = defineProps({
|
|||||||
},
|
},
|
||||||
score: {
|
score: {
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 0
|
default: null
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
const isMetaObject = computed(() => typeof props.data.meta === 'object')
|
const isMetaObject = computed(() => typeof props.data.meta === 'object')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user