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

@@ -1,6 +1,7 @@
<script setup lang="ts">
import { useI18n } from "vue-i18n";
import { useNav } from "../../hooks/nav";
import Search from "../search/index.vue";
import Notice from "../notice/index.vue";
import { templateRef } from "@vueuse/core";
import SidebarItem from "./sidebarItem.vue";
@@ -91,6 +92,8 @@ function translationEn() {
/>
</el-menu>
<div class="horizontal-header-right">
<!-- 菜单搜索 -->
<Search />
<!-- 通知 -->
<Notice id="header-notice" />
<!-- 全屏 -->