Skip to content

Commit

Permalink
docs: v4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Apr 1, 2024
1 parent 2c2f4ed commit b1e1927
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/packages/__VUE/empty/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ app.use(Empty)
| image | Custom image |
| description | Custom description |

### Types version
### Types v4.3.4

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/empty/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ app.use(Empty)
| image | 自定义图片 |
| description | 自定义描述文字 |

### 类型定义 version
### 类型定义 v4.3.4

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/empty/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ app.use(Empty)
| image | 自定义图片 |
| description | 自定义描述文字 |

### 类型定义 version
### 类型定义 v4.3.4

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/indicator/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ app.use(Indicator)
| align | Alignment, which takes effect only when `block` is `true`. optional value `left`, `right`, `center` | string | `left` |
| fill-zero | Whether to add 0 before singular number | boolean | `true` |

### Types version
### Types v4.3.4

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/indicator/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ app.use(Indicator)
| align | 对齐方式,仅在 `block``true` 时生效, 可选值 `left`, `right`, `center` | string | `left` |
| fill-zero | 单数前面是否补 0 | boolean | `true` |

### 类型定义 version
### 类型定义 v4.3.4

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/indicator/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ app.use(Indicator)
| align | 对齐方式,仅在 `block``true` 时生效, 可选值 `left`, `right`, `center` | string | `left` |
| fill-zero | 单数前面是否补 0 | boolean | `true` |

### 类型定义 version
### 类型定义 v4.3.4

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/switch/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ app.use(Switch)
| --- | --- | --- |
| change | Emitted when check status changed | (value: boolean,event: Event) |

### Types version
### Types v4.3.4

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/switch/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ app.use(Switch)
| --- | --- | --- |
| change | 切换开关时触发 | (value: boolean,event: Event) |

### 类型定义 version
### 类型定义 v4.3.4

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/switch/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ app.use(Switch)
| --- | --- | --- |
| change | 切换开关时触发 | (value: boolean,event: Event) |

### 类型定义 version
### 类型定义 v4.3.4

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/tabbar/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The bardge logo component is used internally and its properties can be applied d
| --- | --- | --- |
| tab-switch | Emitted when changing active tab | item,index |

### Types version
### Types v4.3.4

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/tabbar/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ app.use(TabbarItem)
| --- | --- | --- |
| tab-switch | 切换页签时触发事件 | 点击的数据和索引值 |

### 类型定义 version
### 类型定义 v4.3.4

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/tabbar/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ app.use(TabbarItem)
| --- | --- | --- |
| tab-switch | 切换页签时触发事件 | 点击的数据和索引值 |

### 类型定义 version
### 类型定义 v4.3.4

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/textarea/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ app.use(Textarea)
| focus | Triggered when focusing | `event` |
| blur | Triggered when out of focus | `value,event` |

### Types version
### Types v4.3.4

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/textarea/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ app.use(Textarea)
| focus | 聚焦时触发 | `event` |
| blur | 失焦时触发 | `value,event` |

### 类型定义 version
### 类型定义 v4.3.4

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/textarea/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ app.use(Textarea)
| focus | 聚焦时触发 | `event` |
| blur | 失焦时触发 | `value,event` |

### 类型定义 version
### 类型定义 v4.3.4

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/trendarrow/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ app.use(TrendArrow)
| up-icon | custom up icon |
| down-icon | custom down icon |

### Types version
### Types v4.3.4

The component exports the following type definitions:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/trendarrow/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ app.use(TrendArrow)
| up-icon | 自定义向上箭头图标,默认使用 `TriangleUp` |
| down-icon | 自定义向下箭头图标,默认使用 `TriangleDown` |

### 类型定义 version
### 类型定义 v4.3.4

组件导出以下类型定义:

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/trendarrow/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ app.use(TrendArrow)
| up-icon | 自定义向上箭头图标,默认使用 `TriangleUp` |
| down-icon | 自定义向下箭头图标,默认使用 `TriangleDown` |

### 类型定义 version
### 类型定义 v4.3.4

组件导出以下类型定义:

Expand Down

0 comments on commit b1e1927

Please sign in to comment.