From 024fb2400a4446c58bbc392333a8a66db99e2be8 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Tue, 17 Dec 2024 09:25:52 +0800 Subject: [PATCH] =?UTF-8?q?gz=5Fsafety=5Fapp=5F=E9=A1=B9=E7=9B=AE=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/components/Navbar.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pages/components/Navbar.vue b/pages/components/Navbar.vue index 77cb499..ec00f75 100644 --- a/pages/components/Navbar.vue +++ b/pages/components/Navbar.vue @@ -3,7 +3,10 @@
{{ title }}
-
+
+ + +
@@ -35,7 +38,11 @@ export default { showRightIcon: { type: Boolean, default: false - } + }, + text: { + type: String, + default: '' + }, }, data() { return {}