# 步骤条 Flow

```JS
import Vue from 'vue'
import { Flow } from 'ymu'

Vue.use(Flow)
```

## Props

| 属性 | 描述 | 类型 | 可选值 | 默认值 | 版本说明 |
| - | - | - | - | - | - |
| direction | 方向 | String | horizontal, vertical | horizontal | - |
| activeIndex | 当前值 | Number | - | 0 | - |
| finishIcon | 已完成状态ICON | String | - | - | - |
| processIcon | 处理中状态ICON | String | - | - | - |
| waitingIcon | 等待状态ICON | String | - | - | - |

## Slots

| 名字 | 说明 |
| - | - |
| default | - |

## Events

| 名称 | 描述 |
| :-: | :-: |
| - | - |

## Sass vars

无
