Files
FreeERP.Applet/miniprogram/pages/components/tab-bar-plugin/tab-bar-plugin.wxml
2026-01-21 17:05:30 +08:00

6 lines
290 B
Plaintext

<t-tab-bar custom-style="z-index: 9999" bordered value="{{active}}" bindchange="onChange"
theme="normal" fixed="{{true}}" split="{{false}}">
<t-tab-bar-item wx:for="{{list}}" wx:key="value" value="{{item.value}}" icon="{{item.icon}}">
{{item.label}}
</t-tab-bar-item>
</t-tab-bar>