Skip to content

Commit a49f99f

Browse files
committed
chore: Apply lint
1 parent 4befbab commit a49f99f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/NavBar.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ const showLeftArrow = computed(() => route.name && routeWhiteList.includes(route
2727
<VanNavBar
2828
:title="title"
2929
:fixed="true"
30-
clickable
31-
placeholder
30+
clickable placeholder
3231
:left-arrow="!showLeftArrow"
3332
@click-left="onBack"
3433
/>

0 commit comments

Comments
 (0)