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 {}