filesbox/miniprogram/FilesBox/miniprogram_npm/@vant/weapp/tab/index.wxml

9 lines
235 B
Plaintext
Raw Permalink Normal View History

2023-09-21 02:23:31 +00:00
<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>