mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
<wxs src="../wxs/utils.wxs" module="utils" />
|
|
|
|
<view
|
|
wx:if="{{ animated || inited }}"
|
|
class="custom-class {{ utils.bem('tab__pane', { active, inactive: !active }) }}"
|
|
style="{{ animated || active ? '' : 'display: none;' }} {{ width ? 'width:' + width + 'px;' : '' }}"
|
|
>
|
|
<slot />
|
|
</view>
|