mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 23:32:48 +00:00
fix: Similarity value error
This commit is contained in:
parent
685b01be01
commit
3c3f47bb5b
|
|
@ -68,7 +68,7 @@ const props = defineProps({
|
|||
},
|
||||
score: {
|
||||
type: Number,
|
||||
default: 0
|
||||
default: null
|
||||
}
|
||||
})
|
||||
const isMetaObject = computed(() => typeof props.data.meta === 'object')
|
||||
|
|
|
|||
Loading…
Reference in New Issue