mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs(Uploader): Optimized translation (#11886)
This commit is contained in:
parent
7a2e7d3eb6
commit
708e4c6ea8
@ -298,7 +298,7 @@ export default {
|
||||
};
|
||||
```
|
||||
|
||||
### Open Reupload
|
||||
### Enable Reupload
|
||||
|
||||
```html
|
||||
<van-uploader v-model="fileList" reupload max-count="2" />
|
||||
|
@ -45,7 +45,7 @@ const t = useTranslate({
|
||||
previewCover: 'Preview Cover',
|
||||
deleteMessage: 'Before Delete',
|
||||
customPreviewImage: 'Custom single preview image',
|
||||
reupload: 'Open Reupload',
|
||||
reupload: 'Enable Reupload',
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user