6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
|
|
<t-tab-bar t-class="t-tab-bar" defaultValue="user" theme="tag" split="{{false}}">
|
||
|
|
<t-tab-bar-item wx:for="{{list}}" wx:key="value" value="{{item.value}}" sub-tab-bar="{{item.children}}">
|
||
|
|
{{item.label}}
|
||
|
|
</t-tab-bar-item>
|
||
|
|
</t-tab-bar>
|