Skip to content

Commit

Permalink
docs: ✏️ 修复loading组件示例代码中文标点符号、img-cropper组件示例代码标签缺失的问题 (#347)
Browse files Browse the repository at this point in the history
* docs: 修复loading组件示例代码中文标点符号

* docs: 修复img-cropper组件标签缺失
  • Loading branch information
kqswzhyb authored May 31, 2024
1 parent 7454452 commit d171255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/component/img-cropper.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
:img-src="src"
@confirm="handleConfirm"
@cancel="handleCancel"
>
</wd-img-cropper>
<view class="profile">
<view v-if="!imgSrc" class="img" @click="upload">
Expand Down
4 changes: 2 additions & 2 deletions docs/component/loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
通过 `size` 属性设置指示器的大小,默认为大小 '32px',属性支持 `number`/`string` 类型。

```html
<wd-loading size="20" />
<wd-loading size="30" />
<wd-loading :size="20" />
<wd-loading :size="30" />
<wd-loading size="50px" />
```

Expand Down

0 comments on commit d171255

Please sign in to comment.