This commit is contained in:
xingyy 2025-01-08 15:36:30 +08:00
parent 9081080035
commit 44dfbf0fc1

View File

@ -15,7 +15,7 @@ const show = computed(() => {
<template>
<van-tabbar v-if="show" v-model="active" route placeholder fixed>
<van-tabbar-item replace to="/">
<span>{{ $t('tabbar.home') }}</span>12312
<span>{{ $t('tabbar.home') }}</span>
<template #icon>
<div class="i-carbon:home" />
</template>
@ -23,7 +23,7 @@ const show = computed(() => {
<van-tabbar-item replace to="/profile">
<span>{{ $t('tabbar.profile') }}</span>
<template #icon>
<div class="i-carbon:user" />12asdfadas
<div class="i-carbon:user" />
</template>
</van-tabbar-item>
</van-tabbar>