6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
<!--custom-tab-bar/index.wxml-->
|
|
<t-tab-bar value="{{active}}" bindchange="onChange" theme="tag" split="{{false}}">
|
|
<t-tab-bar-item wx:for="{{list}}" wx:key="index" icon="{{item.icon}}" ariaLabel="{{item.ariaLabel}}">
|
|
{{item.label}}
|
|
</t-tab-bar-item>
|
|
</t-tab-bar> |