mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
chore: fix lint warning
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user