feat(CommandPalette): implement component

This commit is contained in:
Benjamin Canac
2022-07-17 12:37:16 +02:00
parent 1a8ca6fb38
commit 18dceb7445
6 changed files with 215 additions and 1 deletions

View File

@@ -212,6 +212,14 @@ const components = [
capi: true,
typescript: true
},
{
label: 'CommandPalette',
to: '/components/CommandPalette',
nuxt3: true,
capi: true,
preset: false,
typescript: true
},
{
label: 'Tabs',
to: '/components/Tabs',