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