vant-weapp/dist/tabbar/index.wxml
2018-08-19 10:49:09 +08:00

7 lines
179 B
Plaintext

<view
class="custom-class van-tabbar van-hairline--top-bottom {{ fixed ? 'van-tabbar--fixed' : '' }}"
style="{{ zIndex ? 'style: ' + this.zIndex : '' }}"
>
<slot />
</view>