We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7454452 commit d171255Copy full SHA for d171255
docs/component/img-cropper.md
@@ -21,6 +21,7 @@
21
:img-src="src"
22
@confirm="handleConfirm"
23
@cancel="handleCancel"
24
+>
25
</wd-img-cropper>
26
<view class="profile">
27
<view v-if="!imgSrc" class="img" @click="upload">
docs/component/loading.md
@@ -49,8 +49,8 @@
49
通过 `size` 属性设置指示器的大小,默认为大小 '32px',属性支持 `number`/`string` 类型。
50
51
```html
52
-<wd-loading :size="20" />
53
-<wd-loading :size="30" />
+<wd-loading :size="20" />
+<wd-loading :size="30" />
54
<wd-loading size="50px" />
55
```
56
0 commit comments