feat(projects): 迁移全局搜索菜单功能

This commit is contained in:
yanbowen
2022-01-24 15:34:57 +08:00
parent b16721b2b7
commit 554d7fd611
9 changed files with 272 additions and 1 deletions

View File

@ -9,6 +9,7 @@
<header-menu />
</div>
<div class="flex justify-end h-full">
<global-search />
<github-site />
<full-screen />
<theme-mode />
@ -22,6 +23,7 @@ import { DarkModeContainer } from '@/components';
import { useThemeStore } from '@/store';
import type { GlobalHeaderProps } from '@/interface';
import GlobalLogo from '../GlobalLogo/index.vue';
import GlobalSearch from '../GlobalSearch/index.vue';
import {
MenuCollapse,
GlobalBreadcrumb,