mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
20 lines
362 B
Vue
20 lines
362 B
Vue
<template>
|
|
<div class="page-steps">
|
|
<h1 class="page-title">Steps</h1>
|
|
|
|
<h2 class="page-sub-title">基础用法</h2>
|
|
<zan-steps icon="certificate" icon-class="steps-success" title="等待商家发货" description="等待商家发货">
|
|
</zan-steps>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
</script>
|
|
|
|
<style>
|
|
.steps-success {
|
|
color: #06bf04;
|
|
}
|
|
</style>
|