index.wxml 259 B

12345678
  1. <wxs src="../wxs/utils.wxs" module="utils" />
  2. <view
  3. class="custom-class {{ border ? 'van-hairline--top-bottom' : '' }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }}"
  4. style="{{ zIndex ? 'z-index: ' + zIndex : '' }}"
  5. >
  6. <slot />
  7. </view>