test
This commit is contained in:
parent
9081080035
commit
44dfbf0fc1
@ -15,7 +15,7 @@ const show = computed(() => {
|
|||||||
<template>
|
<template>
|
||||||
<van-tabbar v-if="show" v-model="active" route placeholder fixed>
|
<van-tabbar v-if="show" v-model="active" route placeholder fixed>
|
||||||
<van-tabbar-item replace to="/">
|
<van-tabbar-item replace to="/">
|
||||||
<span>{{ $t('tabbar.home') }}</span>12312
|
<span>{{ $t('tabbar.home') }}</span>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<div class="i-carbon:home" />
|
<div class="i-carbon:home" />
|
||||||
</template>
|
</template>
|
||||||
@ -23,7 +23,7 @@ const show = computed(() => {
|
|||||||
<van-tabbar-item replace to="/profile">
|
<van-tabbar-item replace to="/profile">
|
||||||
<span>{{ $t('tabbar.profile') }}</span>
|
<span>{{ $t('tabbar.profile') }}</span>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<div class="i-carbon:user" />12asdfadas
|
<div class="i-carbon:user" />
|
||||||
</template>
|
</template>
|
||||||
</van-tabbar-item>
|
</van-tabbar-item>
|
||||||
</van-tabbar>
|
</van-tabbar>
|
||||||
|
Loading…
Reference in New Issue
Block a user