mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
14 lines
214 B
Vue
14 lines
214 B
Vue
<template>
|
|
<div class="page-steps">
|
|
<h1 class="page-title">Steps</h1>
|
|
|
|
<h2 class="page-sub-title">基础用法</h2>
|
|
<zan-steps icon="topay">
|
|
</zan-steps>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
</script>
|