mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-03 08:16:49 +08:00
15 lines
476 B
Markdown
15 lines
476 B
Markdown
```html
|
|
<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>
|
|
``` |