From d64d86bd4ef4c5670c811bdda25e116373359a64 Mon Sep 17 00:00:00 2001 From: CharleeWa <18888351756@163.com> Date: Thu, 25 Jul 2024 17:55:40 +0800 Subject: [PATCH] chore: fix eslint --- src/components/NavBar.vue | 4 +--- src/components/TabBar.vue | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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))