2019-09-05 11:34:28 +08:00

19 lines
418 B
Plaintext

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