feat: menu search (#209)

* feat: menu search

* style(layout): 剔除windcss依赖
This commit is contained in:
一万
2022-03-09 13:54:16 +08:00
committed by GitHub
parent 81c4184cc4
commit c9026a45cc
14 changed files with 382 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
import { useI18n } from "vue-i18n";
import { useNav } from "../hooks/nav";
import { useRoute } from "vue-router";
import Search from "./search/index.vue";
import Notice from "./notice/index.vue";
import mixNav from "./sidebar/mixNav.vue";
import avatars from "/@/assets/avatars.jpg";
@@ -58,6 +59,8 @@ function translationEn() {
<mixNav v-if="pureApp.layout === 'mix'" />
<div v-if="pureApp.layout === 'vertical'" class="vertical-header-right">
<!-- 菜单搜索 -->
<Search />
<!-- 通知 -->
<Notice id="header-notice" />
<!-- 全屏 -->