Skip to content

Commit

Permalink
docs: update 4.2.0 info (#2600)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Oct 27, 2023
1 parent 2ee6052 commit 0bb8afa
Show file tree
Hide file tree
Showing 15 changed files with 433 additions and 708 deletions.
22 changes: 11 additions & 11 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,17 +163,6 @@
"tarodoc": true,
"type": "component",
"author": "yangxiaolu"
},
{
"version": "1.0.0",
"name": "Space",
"cName": "间距",
"desc": "设置元素之间的间距。",
"show": true,
"taro": true,
"tarodoc": true,
"type": "component",
"author": "Marvin"
}
]
},
Expand Down Expand Up @@ -262,6 +251,17 @@
"exportEmpty": true,
"exportEmptyTaro": true,
"author": "haiweilian"
},
{
"version": "1.0.0",
"name": "Space",
"cName": "间距",
"desc": "设置元素之间的间距。",
"show": true,
"taro": true,
"tarodoc": true,
"type": "component",
"author": "Marvin"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/avatarcropper/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### introduce

Used to cut the profile picture to create a new image.
Used to cut the profile picture to create a new image. Available in `NutUI` >= 4.2.0.

### install

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/avatarcropper/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 介绍

用来对头像进行剪切生成一张新的图片。
用来对头像进行剪切生成一张新的图片。`NutUI` >= 4.2.0 版本中提供。

### 安装

Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/avatarcropper/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 介绍

用来对头像进行剪切生成一张新的图片。
用来对头像进行剪切生成一张新的图片。`NutUI` >= 4.2.0 版本中提供。

### 安装

Expand Down
12 changes: 6 additions & 6 deletions src/packages/__VUE/collapse/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ Set content through slot: extra

### CollapseItem Slots

| Name | Description |
| ----- | ---------------------------------------------- |
| title | Content slot on the left side of the title bar |
| alue | Right content slot of the title bar |
| extra | Set fixed content under the title (no folding) |
| icon | Set a custom icon |
| Name | Description |
| ----------- | ---------------------------------------------- |
| title | Content slot on the left side of the title bar |
| alue | Right content slot of the title bar |
| extra | Set fixed content under the title (no folding) |
| icon`4.2.0` | Set a custom icon |

### Events

Expand Down
12 changes: 6 additions & 6 deletions src/packages/__VUE/collapse/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ app.use(CollapseItem);

### CollapseItem Slots

| 名称 | 说明 |
| ----- | ---------------------------- |
| title | 标题栏左侧内容插槽 |
| value | 标题栏右侧内容插槽 |
| extra | 设置标题下固定内容(不折叠) |
| icon | 设置自定义图标 |
| 名称 | 说明 |
| ----------- | ---------------------------- |
| title | 标题栏左侧内容插槽 |
| value | 标题栏右侧内容插槽 |
| extra | 设置标题下固定内容(不折叠) |
| icon`4.2.0` | 设置自定义图标 |

### Events

Expand Down
12 changes: 6 additions & 6 deletions src/packages/__VUE/collapse/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ app.use(CollapseItem);

### CollapseItem Slots

| 名称 | 说明 |
| ----- | ---------------------------- |
| title | 标题栏左侧内容插槽 |
| value | 标题栏右侧内容插槽 |
| extra | 设置标题下固定内容(不折叠) |
| icon | 设置自定义图标 |
| 名称 | 说明 |
| ----------- | ---------------------------- |
| title | 标题栏左侧内容插槽 |
| value | 标题栏右侧内容插槽 |
| extra | 设置标题下固定内容(不折叠) |
| icon`4.2.0` | 设置自定义图标 |

### Events

Expand Down
Loading

0 comments on commit 0bb8afa

Please sign in to comment.