eo-loading-step
<eo-loading-step>加载步骤框
Examples
Basic
Properties
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
visible | 是否可见 | boolean | ||
width | 宽度 | string | ||
stepTitle | 步骤标题 | string | ||
stepList | 步骤列表 | StepItem[] | ||
curStep | 当前步骤 | string |
Events
| Name | Description | Event Detail |
|---|---|---|
open | 打开事件 | void |
close | 关闭事件 | void |
Methods
| Name | Description | Params | Returns |
|---|---|---|---|
open | 打开 | ||
close | 关闭 |
Type references
StepItem
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
title | string | ✅ | ||
key | string | ✅ |