Skip to content

Commit

Permalink
docs: update v4.2.9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Jan 26, 2024
1 parent 662716d commit c55b172
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/packages/__VUE/button/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The color of the button can be customized through the color property.
| --- | --- | --- |
| click | Emitted when component is clicked | `event: MouseEvent` |

### Types
### Types v4.2.9

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/button/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ app.use(Button);
| --- | --- | --- |
| click | 点击按钮时触发 | `event: MouseEvent` |

### 类型定义
### 类型定义 v4.2.9

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/button/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ app.use(Button);
| --- | --- | --- |
| click | 点击按钮时触发 | `event: MouseEvent` |

### 类型定义
### 类型定义 v4.2.9

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/divider/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ User can custom divider style with style attribute.
| --- | --- |
| default | Default slot, when `direction` = `horizontal` |

### Types
### Types v4.2.9

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/divider/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ app.use(Divider);
| --- | --- |
| default | 内容,仅在 `direction``horizontal` 时生效 |

### 类型定义
### 类型定义 v4.2.9

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/divider/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ app.use(Divider);
| --- | --- |
| default | 内容,仅在 `direction``horizontal` 时生效 |

### 类型定义
### 类型定义 v4.2.9

组件导出以下类型定义:

Expand Down

0 comments on commit c55b172

Please sign in to comment.