From 2b6351037d9b7bc0a1f33fcf5bcf739d45996c47 Mon Sep 17 00:00:00 2001
From: xyc <3422692813@qq.com>
Date: Fri, 11 Jul 2025 10:21:22 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/tabBar/VNavigationBar.vue | 131 +++++++++++++++++++++++++++
1 file changed, 131 insertions(+)
create mode 100644 components/tabBar/VNavigationBar.vue
diff --git a/components/tabBar/VNavigationBar.vue b/components/tabBar/VNavigationBar.vue
new file mode 100644
index 0000000..b3c68e9
--- /dev/null
+++ b/components/tabBar/VNavigationBar.vue
@@ -0,0 +1,131 @@
+
+
+
+
+
+ {{ title ? title : '' }}
+
+
+
+
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file