mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(CommandPalette): set default threshold to undefined
This commit is contained in:
@@ -65,7 +65,7 @@ const props = defineProps({
|
||||
fuseOptions: {
|
||||
keys: ['label'],
|
||||
isCaseSensitive: false,
|
||||
threshold: 0.1
|
||||
threshold: undefined
|
||||
},
|
||||
resultLimit: 12,
|
||||
matchAllWhenSearchEmpty: true
|
||||
|
||||
Reference in New Issue
Block a user