feat(projects): 增加全局搜索菜单功能

This commit is contained in:
Yanbowen
2021-12-29 16:50:08 +08:00
parent 90ddf9837c
commit b9ce69130b
9 changed files with 257 additions and 3 deletions

View File

@ -13,6 +13,7 @@
<header-menu />
</div>
<div class="flex justify-end h-full">
<global-search />
<github-site />
<full-screen />
<theme-mode />
@ -34,6 +35,7 @@ import {
GithubSite
} from './components';
import GlobalLogo from '../GlobalLogo/index.vue';
import GlobalSearch from '../GlobalSearch/index.vue';
interface Props {
/** 显示logo */