From a3e40e67ddc0269c4a07ad84238473a0b618bb25 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Mon, 18 Sep 2023 17:46:35 +0100 Subject: [PATCH] fix: add command empty --- apps/www/.vitepress/theme/layout/MainLayout.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue index 14a2e80e..c8c2fa59 100644 --- a/apps/www/.vitepress/theme/layout/MainLayout.vue +++ b/apps/www/.vitepress/theme/layout/MainLayout.vue @@ -8,7 +8,7 @@ import Logo from '../components/Logo.vue' import MobileNav from '../components/MobileNav.vue' import Kbd from '../components/Kbd.vue' -import { Command, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator } from '@/lib/registry/default/ui/command' +import { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator } from '@/lib/registry/default/ui/command' import { Button } from '@/lib/registry/default/ui/button' import RadixIconsGithubLogo from '~icons/radix-icons/github-logo' @@ -196,6 +196,9 @@ function openInNewTab(url: string | undefined) { + + No results found. +