We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
<transition name="s-fade"> <tabbar id="s-tabbar" slot="bottom" v-show="showTabbar" icon-class="vux-center"> <tabbar-item link="/" :selected="route.path === '/'"> <span slot="label">Demo</span> </tabbar-item> <tabbar-item link="/home" :selected="route.path === '/home'"> <span slot="label">Home</span> </tabbar-item> </tabbar> </transition>
Sorry, something went wrong.
这是过场动画高度设置100%所致,在自己的项目中可将过场遮罩的高度设置为calc(100% - Tabbar高度)
不过一般情况下Tabbar应该放在transition外面吧
比如微信,打开朋友圈,下方的tabbar会被页面从右向左缓慢覆盖,这个应该是一个动画吧。请问有无好的建议?
No branches or pull requests
The text was updated successfully, but these errors were encountered: