feat: add headerNotice

This commit is contained in:
lrl
2021-11-15 23:19:00 +08:00
parent aa8005a982
commit bcf533af62
8 changed files with 238 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ import {
} from "vue";
import { useI18n } from "vue-i18n";
import { emitter } from "/@/utils/mitt";
import Notice from "../notice/index.vue";
import { templateRef } from "@vueuse/core";
import SidebarItem from "./sidebarItem.vue";
import { algorithm } from "/@/utils/algorithm";
@@ -138,6 +139,8 @@ onMounted(() => {
/>
</el-menu>
<div class="horizontal-header-right">
<!-- 通知 -->
<Notice />
<!-- 全屏 -->
<screenfull v-show="!deviceDetection()" />
<!-- 国际化 -->