Compare commits
No commits in common. "bad576f5f3573d3f1d15c9852d55e8807951392c" and "569e80524981380207ec63eb3f8adc228081e625" have entirely different histories.
bad576f5f3
...
569e805249
@ -17,7 +17,7 @@ initData()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div v-if="show">
|
||||
<div>
|
||||
<van-tabbar v-model="active" route placeholder fixed>
|
||||
<van-tabbar-item replace to="/">
|
||||
<span>{{ $t('tabbar.home') }}</span>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import { useAppHeaderRouteNames as routeWhiteList } from '~/config'
|
||||
import { useAppFooterRouteNames as routeWhiteList } from '~/config'
|
||||
import { homeStore } from "@/stores/home/index.js";
|
||||
const { fullLive } = homeStore()
|
||||
const route = useRoute()
|
||||
|
Loading…
Reference in New Issue
Block a user