2018-08-06 17:01:18 +08:00

19 lines
413 B
Plaintext

<demo-block title="基础用法">
<van-steps
steps="{{ steps }}"
active="{{ active }}"
custom-class="demo-margin-bottom"
/>
<van-button custom-class="demo-margin-left" bind:tap="nextStep">下一步</van-button>
</demo-block>
<demo-block title="竖向步骤条">
<van-steps
steps="{{ steps }}"
active="{{ active }}"
direction="vertical"
active-color="#f60"
/>
</demo-block>