chore: fix eslint

This commit is contained in:
CharleeWa 2024-07-25 17:55:40 +08:00
parent 4bf7e44d16
commit d64d86bd4e
2 changed files with 2 additions and 4 deletions

View File

@ -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"
/>
</template>

View File

@ -9,7 +9,7 @@ const show = computed(() => routeWhiteList.includes(route.name))
</script>
<template>
<van-tabbar v-if="show" v-model="active" route placeholder>
<van-tabbar v-if="show" v-model="active" :placeholder="true" route>
<van-tabbar-item replace to="/">
{{ t('layouts.home') }}
<template #icon>