diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index a35bbd1..5fb7ba6 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -24,9 +24,7 @@ const title = computed(() => { v-if="title" :title="title" :fixed="true" - clickable - left-arrow - placeholder + clickable left-arrow placeholder @click-left="onBack" /> diff --git a/src/components/TabBar.vue b/src/components/TabBar.vue index 1e5be60..8e5c56b 100644 --- a/src/components/TabBar.vue +++ b/src/components/TabBar.vue @@ -9,7 +9,7 @@ const show = computed(() => routeWhiteList.includes(route.name))