From d29377f61411a76685aa18c4d6c367726f28d33f Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sun, 9 Oct 2022 13:31:11 +0200 Subject: [PATCH] chore(CommandPalette): support `by` prop and highlight --- docs/pages/examples.vue | 18 +++++++++++++++++- .../components/navigation/CommandPalette.vue | 16 +++++++++++++++- .../navigation/CommandPaletteGroup.vue | 12 +++++++++++- 3 files changed, 43 insertions(+), 3 deletions(-) diff --git a/docs/pages/examples.vue b/docs/pages/examples.vue index 2c0ccc8f..ffdf6f67 100644 --- a/docs/pages/examples.vue +++ b/docs/pages/examples.vue @@ -185,7 +185,23 @@ - + diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index 1fa23cb7..a4c1b8a2 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -1,6 +1,7 @@