Skip to content

Commit

Permalink
docs(ui/uploader): add version
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Dec 25, 2024
1 parent 9958ac7 commit 60a85e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/uploader/docs/en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ const files = ref([
| --- | --- | --- |
| `default` | Upload action content | `-` |
| `extra-message` | Extra message | `-` |
| `remove-button` | Remove button | `remove: () => void` |
| `remove-button` ***3.8.0*** | Remove button | `remove: () => void` |

### Style Variables

Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/uploader/docs/zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ const files = ref([
| --- | --- | --- |
| `default` | 上传按钮内容 | `-` |
| `extra-message` | 附加信息 | `-` |
| `remove-button` | 删除按钮 | `remove: () => void` |
| `remove-button` ***3.8.0*** | 删除按钮 | `remove: () => void` |

### 样式变量

Expand Down

0 comments on commit 60a85e2

Please sign in to comment.