mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-27 12:08:49 +08:00
476 B
476 B
<template>
<steps :current="2" direction="vertical">
<step title="已完成" content="这里是该步骤的描述信息"></step>
<step title="进行中" content="这里是该步骤的描述信息"></step>
<step title="待进行" content="这里是该步骤的描述信息"></step>
<step title="待进行" content="这里是该步骤的描述信息"></step>
</steps>
</template>
<script>
export default {
}
</script>