docs(Uploader): Optimized translation (#11886)

This commit is contained in:
Zhousg 2023-05-21 21:50:41 +08:00 committed by GitHub
parent 7a2e7d3eb6
commit 708e4c6ea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -298,7 +298,7 @@ export default {
}; };
``` ```
### Open Reupload ### Enable Reupload
```html ```html
<van-uploader v-model="fileList" reupload max-count="2" /> <van-uploader v-model="fileList" reupload max-count="2" />

View File

@ -45,7 +45,7 @@ const t = useTranslate({
previewCover: 'Preview Cover', previewCover: 'Preview Cover',
deleteMessage: 'Before Delete', deleteMessage: 'Before Delete',
customPreviewImage: 'Custom single preview image', customPreviewImage: 'Custom single preview image',
reupload: 'Open Reupload', reupload: 'Enable Reupload',
}, },
}); });