Skip to content

Commit fe49549

Browse files
committed
chore: update docs
1 parent d7372e7 commit fe49549

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/packages/uploader/doc.taro.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,30 @@ import { Uploader } from '@nutui/nutui-react-taro'
6666

6767
:::
6868

69-
### 选中文件后,通过按钮手动执行上传
69+
### 直接调起摄像头(移动端生效)
7070

7171
:::demo
7272

7373
<CodeBlock src='taro/demo8.tsx'></CodeBlock>
7474

7575
:::
7676

77-
### 基础用法-上传列表展示
77+
### 选中文件后,通过按钮手动执行上传
7878

7979
:::demo
8080

8181
<CodeBlock src='taro/demo9.tsx'></CodeBlock>
8282

8383
:::
8484

85+
### 基础用法-上传列表展示
86+
87+
:::demo
88+
89+
<CodeBlock src='taro/demo10.tsx'></CodeBlock>
90+
91+
:::
92+
8593
## Uploader
8694

8795
### Props

0 commit comments

Comments
 (0)