From da63f9e204e3c853cd2e987e4ab6cc525b613f8d Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Thu, 27 Oct 2022 18:21:25 +0800 Subject: [PATCH] =?UTF-8?q?wip:=20=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Notify/index.vue | 95 +++++++++++++++++++ src/layout/components/NavigationBar/index.vue | 2 + 2 files changed, 97 insertions(+) create mode 100644 src/components/Notify/index.vue diff --git a/src/components/Notify/index.vue b/src/components/Notify/index.vue new file mode 100644 index 0000000..2422953 --- /dev/null +++ b/src/components/Notify/index.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/src/layout/components/NavigationBar/index.vue b/src/layout/components/NavigationBar/index.vue index e2fbdf4..ec29915 100644 --- a/src/layout/components/NavigationBar/index.vue +++ b/src/layout/components/NavigationBar/index.vue @@ -9,6 +9,7 @@ import Breadcrumb from "../Breadcrumb/index.vue" import Hamburger from "../Hamburger/index.vue" import ThemeSwitch from "@/components/ThemeSwitch/index.vue" import Screenfull from "@/components/Screenfull/index.vue" +import Notify from "@/components/Notify/index.vue" const router = useRouter() const appStore = useAppStore() @@ -41,6 +42,7 @@ const logout = () => {
+