chore(CommandPalette): set default threshold to undefined

This commit is contained in:
Benjamin Canac
2022-07-17 13:44:23 +02:00
parent 18dceb7445
commit c42dc9ecd2

View File

@@ -65,7 +65,7 @@ const props = defineProps({
fuseOptions: {
keys: ['label'],
isCaseSensitive: false,
threshold: 0.1
threshold: undefined
},
resultLimit: 12,
matchAllWhenSearchEmpty: true