Skip to content

Commit

Permalink
update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingwl committed Oct 19, 2018
1 parent 73b7b52 commit 432c9cc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/docs/en-US/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,11 @@ Description includes a message with more detailed information.
| close-text | customized close button text | string |||
| show-icon | if a type icon is displayed | boolean || false |

### Slot

| Name | Description |
|------|--------|
| title | content of the Alert title |

### Events
| Event Name | Description | Parameters |
Expand Down
5 changes: 5 additions & 0 deletions examples/docs/es/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ Descripción incluye un mensaje con información más detallada.
| close-text | texto de cerrado personalizado | string |||
| show-icon | si un icono del tipo de alerta se debe mostrar | boolean || false |

### Slot

| Name | Description |
|------|--------|
| title | El contenido del título de alerta. |

### Eventos
| Nombre del evento | Descripción | Parámetros |
Expand Down
5 changes: 5 additions & 0 deletions examples/docs/zh-CN/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@
| close-text | 关闭按钮自定义文本 | string |||
| show-icon | 是否显示图标 | boolean || false |

### Slot

| Name | Description |
|------|--------|
| title | 标题的内容 |

### Events
| 事件名称 | 说明 | 回调参数 |
Expand Down

0 comments on commit 432c9cc

Please sign in to comment.