Skip to content

Commit

Permalink
chore: Apply lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CharleeWa committed Nov 30, 2024
1 parent 4befbab commit a49f99f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ const showLeftArrow = computed(() => route.name && routeWhiteList.includes(route
<VanNavBar
:title="title"
:fixed="true"
clickable
placeholder
clickable placeholder
:left-arrow="!showLeftArrow"
@click-left="onBack"
/>
Expand Down

0 comments on commit a49f99f

Please sign in to comment.