From 21251d37fe03f524e63d1c1667d22a925203281d Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Wed, 2 Nov 2022 15:35:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89nav-title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 ++- src/bg-ui/bg-nav.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index ff630df..dfb4eed 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,8 @@
- + +
diff --git a/src/bg-ui/bg-nav.vue b/src/bg-ui/bg-nav.vue index 8b3dc2b..e23ba78 100644 --- a/src/bg-ui/bg-nav.vue +++ b/src/bg-ui/bg-nav.vue @@ -20,7 +20,7 @@ export default { props: { title: { type: String, - default: "功能列表", + default: "", }, width: { type: String, -- 2.26.0