4 lines
273 B
Plaintext
Raw Normal View History

2020-06-09 16:17:23 +08:00
<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" />