This commit is contained in:
xingyy 2025-01-10 16:38:18 +08:00
parent dd445ece41
commit 1f3bff1174

View File

@ -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" />12asdfasdfasdf
<div class="i-carbon:user" />
</template>
</van-tabbar-item>
</van-tabbar>