Skip to content

Commit 09dcaf8

Browse files
docs: 组件文案修改 (#1945)
* fix: 修复 ImagePreview 在Taro编译成H5后报错的问题 * fix: 地址关闭时, Close 事件触发两次问题解决 * feat: 组件DatePicker 添加双向绑定 * docs: 组件Picker文档修改 * feat: 组件Picker与DatePicker新增属性safe-area-inset-bottom * feat: imagepreview * fix: 组件imagepreview点击视频遮罩关闭(#1729) * fix: 解决 Picker 在微信小程序中无法使用问题 (#1774) * fix: 修改 Picker 组件 v-model 失效问题 * fix: 组件NoticeBar修改height之后,垂直轮播会卡顿 * fix: 删除Datepicker Demo演示多余内容 * fix: 组件Picker在JD小程序上适配 * fix: 组件Address京东小程序适配 * feat: 京东小程序适配 * fix: 删除空格 * feat: 删除console * fix: 京东小程序imagepreview适配 * fix: 修复 imagepreview 动态设置 initNo 显示不正确问题 * fix: 组件 InfiniteLoading 某些情况下会错误触发下拉刷新#1819 * fix: 删除pullrefresh * feat: 组件 imagepreview瘦身 * feat: 组件Picker 瘦身 * fix: address线上问题修改 * fix: 完善imagepreview * feat: 公共函数提取 * feat: 函数式改用 createComponent * fix: 文件回撤 * feat: 单元测试修改 * fix: 组件popover样式问题修改 * feat: 新增 clamp 函数 * fix: 组件Infiniteloading Review 内容修改 * fix: 组件Infiniteloading问题更新 * feat: getScrollTopRoot函数修改 * feat: 组件popover新增功能 * feat: 组件picker新增 showOkText/showCancelText * docs: 组件文案修改
1 parent 412539d commit 09dcaf8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/packages/__VUE/avatar/doc.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Icon and letter types can have custom colors and background colors
212212
| -------- | ---------------------------------------------------------------- | ------ | ------ |
213213
| max-count | Max avatars to show | String | Number | - |
214214
| max-content | When the number of avatars exceeds, a avatar folding element will appear,The content of this element can be `...``more``+N` | String | +N |
215-
| size | The size of the avatar,eg `large``normal``small`,支持直接输入数字 | String | Number | normal |
215+
| size | The size of the avatar,eg `large``normal``small` | String | Number | normal |
216216
| shape | The shape of avatar,eg `square``round` | String | round |
217217
| max-color | The colors of Icon and letter types | String | #666 |
218218
| max-bgColor | The background colors of Icon and letter types | String | #eee |

src/packages/__VUE/infiniteloading/doc.en-US.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ Scrolling to the bottom of the list automatically loads more data.
259259
| container-id | When useWindow is false, set the node ID by default | String | `''` |
260260
| load-more-txt | "No more" text | String | 'Oops, this is the bottom'|
261261
| is-open-refresh | Enable pull refresh | Boolean | `false` |
262-
| pull-icon | Pull refresh[图标名称](#/zh-CN/component/icon) | String | <img src="https://img10.360buyimg.com/imagetools/jfs/t1/169863/6/4565/6306/60125948E7e92774e/40b3a0cf42852bcb.png" width=40/> |
262+
| pull-icon | Pull refresh [icon name](#/zh-CN/component/icon) | String | <img src="https://img10.360buyimg.com/imagetools/jfs/t1/169863/6/4565/6306/60125948E7e92774e/40b3a0cf42852bcb.png" width=40/> |
263263
| pull-txt | Pull refresh text | String |`Loose to refresh`|
264-
| load-icon | Pull on loading[图标名称](#/zh-CN/component/icon) | String | <img src="https://img10.360buyimg.com/imagetools/jfs/t1/169863/6/4565/6306/60125948E7e92774e/40b3a0cf42852bcb.png" width=40 /> |
264+
| load-icon | Pull on loading [icon name](#/zh-CN/component/icon) | String | <img src="https://img10.360buyimg.com/imagetools/jfs/t1/169863/6/4565/6306/60125948E7e92774e/40b3a0cf42852bcb.png" width=40 /> |
265265
| load-txt | Pull on loading text | String | `Loading...` |
266266

267267
### Events

src/packages/__VUE/popover/doc.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export default {
286286

287287
### custom target
288288

289-
Popover 提供了 `targetId` 属性,用于匹配目标元素,在目标元素上添加对应的 id 值即可
289+
Popover provides the 'targetId' attribute to match the target element by adding the corresponding id value to the target element
290290

291291
:::demo
292292
```html

0 commit comments

Comments
 (0)