mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: fix lint warning
This commit is contained in:
parent
ac512d1644
commit
edb6b73d01
@ -31,8 +31,8 @@
|
|||||||
<van-tabbar v-model="active3">
|
<van-tabbar v-model="active3">
|
||||||
<van-tabbar-item info="3">
|
<van-tabbar-item info="3">
|
||||||
<span>{{ $t('custom') }}</span>
|
<span>{{ $t('custom') }}</span>
|
||||||
<template #icon="{ active }">
|
<template #icon="props">
|
||||||
<img :src="active ? icon.active : icon.inactive">
|
<img :src="props.active ? icon.active : icon.inactive">
|
||||||
</template>
|
</template>
|
||||||
</van-tabbar-item>
|
</van-tabbar-item>
|
||||||
<van-tabbar-item icon="search">{{ $t('tab') }}</van-tabbar-item>
|
<van-tabbar-item icon="search">{{ $t('tab') }}</van-tabbar-item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user