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 fb75dae commit 996fa71Copy full SHA for 996fa71
packages/taro-ui-docs/markdown/image-picker.md
@@ -110,6 +110,21 @@ export default class Index extends Taro.Component {
110
111
:::
112
113
+## 自定义上传按钮
114
+
115
+:::demo
116
117
+```jsx
118
+<AtImagePicker
119
+ files={this.state.files}
120
+ onChange={this.onChange.bind(this)}
121
+>
122
+ <AtButton type="primary">自定义上传按钮</AtButton>
123
+</AtImagePicker>
124
+```
125
126
+:::
127
128
## 多种图片预览模式
129
130
:::demo
0 commit comments