diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index f646cb6a..f08237e8 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -166,7 +166,7 @@ const groups = computed(() => map(groupBy(results.value, command => command.item return { ...props.groups.find(group => group.key === key), commands: commands.slice(0, options.value.resultLimit) - } + } as Group })) // Methods diff --git a/src/runtime/components/overlays/ContextMenu.vue b/src/runtime/components/overlays/ContextMenu.vue index 1d354b0f..a86ee963 100644 --- a/src/runtime/components/overlays/ContextMenu.vue +++ b/src/runtime/components/overlays/ContextMenu.vue @@ -9,7 +9,8 @@