2018-08-16 21:29:11 +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>