public
This commit is contained in:
1
public/mp-weixin/components/tab/tab.wxml
Normal file
1
public/mp-weixin/components/tab/tab.wxml
Normal file
@ -0,0 +1 @@
|
||||
<view class="{{[(active)?'active':'',(!active)?'inactive':'',(true)?'tab':'']}}" style="{{(shouldShow?'':'display: none;')}}"><block wx:if="{{shouldRender}}"><slot></slot></block></view>
|
||||
Reference in New Issue
Block a user