diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index f94c645a..dc1f5c0d 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -65,7 +65,7 @@ const props = defineProps({ fuseOptions: { keys: ['label'], isCaseSensitive: false, - threshold: 0.1 + threshold: undefined }, resultLimit: 12, matchAllWhenSearchEmpty: true