Skip to content

Commit d171255

Browse files
authored
docs: ✏️ 修复loading组件示例代码中文标点符号、img-cropper组件示例代码标签缺失的问题 (#347)
* docs: 修复loading组件示例代码中文标点符号 * docs: 修复img-cropper组件标签缺失
1 parent 7454452 commit d171255

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/component/img-cropper.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
:img-src="src"
2222
@confirm="handleConfirm"
2323
@cancel="handleCancel"
24+
>
2425
</wd-img-cropper>
2526
<view class="profile">
2627
<view v-if="!imgSrc" class="img" @click="upload">

docs/component/loading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
通过 `size` 属性设置指示器的大小,默认为大小 '32px',属性支持 `number`/`string` 类型。
5050

5151
```html
52-
<wd-loading size="20" />
53-
<wd-loading size="30" />
52+
<wd-loading :size="20" />
53+
<wd-loading :size="30" />
5454
<wd-loading size="50px" />
5555
```
5656

0 commit comments

Comments
 (0)