mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
[Doc] Uploader: add description of multiple prop
This commit is contained in:
@@ -22,19 +22,6 @@
|
||||
</van-uploader>
|
||||
</div>
|
||||
</demo-block>
|
||||
|
||||
<demo-block :title="$t('title2')">
|
||||
<div class="demo-uploader-container">
|
||||
<van-uploader
|
||||
accept="image/gif, image/jpeg"
|
||||
multiple
|
||||
:max-size="36000"
|
||||
@oversize="logContent"
|
||||
>
|
||||
<van-icon name="photograph" />
|
||||
</van-uploader>
|
||||
</div>
|
||||
</demo-block>
|
||||
</demo-section>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user