2018-07-30 10:53:07 +08:00

23 lines
425 B
Plaintext

<view style="margin: 30px 0">
<van-tab
list="{{ tab.list }}"
selected-id="{{ tab.selectedId }}"
/>
</view>
<view style="margin: 30px 0">
<van-tab
list="{{ tab1.list }}"
selected-id="{{ tab1.selectedId }}"
/>
</view>
<view style="margin: 30px 0">
<van-tab
list="{{ tab2.list }}"
selected-id="{{ tab2.selectedId }}"
scroll="{{ tab2.scroll }}"
height="{{ tab2.height }}"
/>
</view>