From 3f4283a9620683ef008281a91b587aa05c5a1a5f Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Tue, 23 Aug 2022 14:36:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=87=8D=E5=91=BD=E5=90=8D=20Breadcru?= =?UTF-8?q?mb=20=E7=BB=84=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/{BreadCrumb => Breadcrumb}/index.vue | 0 src/layout/components/NavigationBar/index.vue | 8 ++++---- src/styles/theme/theme.scss | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename src/layout/components/{BreadCrumb => Breadcrumb}/index.vue (100%) diff --git a/src/layout/components/BreadCrumb/index.vue b/src/layout/components/Breadcrumb/index.vue similarity index 100% rename from src/layout/components/BreadCrumb/index.vue rename to src/layout/components/Breadcrumb/index.vue diff --git a/src/layout/components/NavigationBar/index.vue b/src/layout/components/NavigationBar/index.vue index 7f3abdc..5803770 100644 --- a/src/layout/components/NavigationBar/index.vue +++ b/src/layout/components/NavigationBar/index.vue @@ -5,7 +5,7 @@ import { useAppStore } from "@/store/modules/app" import { useSettingsStore } from "@/store/modules/settings" import { useUserStore } from "@/store/modules/user" import { UserFilled } from "@element-plus/icons-vue" -import BreadCrumb from "../BreadCrumb/index.vue" +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" @@ -39,9 +39,9 @@ const state = reactive({