6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
<van-tabbar active="{{ active }}" bind:change="onChange" active-color="#1890ff" inactive-color="#999999">
|
|
<van-tabbar-item wx:for="{{ list }}" wx:key="pagePath" icon="{{ item.icon }}">
|
|
{{ item.text }}
|
|
</van-tabbar-item>
|
|
</van-tabbar>
|