chore: fix eslint
This commit is contained in:
parent
4bf7e44d16
commit
d64d86bd4e
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue