Newer
Older
smart_construction / miniprogram / miniprogram_npm / @vant / weapp / tab / index.wxml
zhout on 27 May 2020 235 bytes Initial Commit
<wxs src="../wxs/utils.wxs" module="utils" />

<view
  class="custom-class {{ utils.bem('tab__pane', { active, inactive: !active }) }}"
  style="{{ shouldShow ? '' : 'display: none;' }}"
>
  <slot wx:if="{{ shouldRender }}" />
</view>