4 lines
273 B
Plaintext
4 lines
273 B
Plaintext
![]() |
<view class="custom-class {{utils.bem( 'tab__pane',{active:active,inactive:!active} )}}" style="{{animated||active?'':'display: none;'}} {{width?'width:'+width+'px;':''}}" wx:if="{{animated||inited}}">
|
||
|
<slot></slot>
|
||
|
</view>
|
||
|
<wxs module="utils" src="../wxs/utils.wxs" />
|