Skip to content

Commit

Permalink
fix(docs): 增加上传文件类型说明
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxi-20 committed Oct 28, 2024
1 parent 4ac7fe1 commit 5b5c07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/file-upload/webdoc/file-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export default {
'en-US': 'Restrict file types'
},
desc: {
'zh-CN': '通过 <code>accept</code> 设置限制上传文件的格式。',
'en-US': 'Limit the format of uploaded files by setting <code>accept</code> .'
'zh-CN': '通过 <code>accept</code> 设置限制上传文件的格式只能为图片类型。',
'en-US': 'Set a limit on the format of uploaded files to only be image type through <code>accept</code>.'
},
codeFiles: ['accept-file-image.vue']
},
Expand Down

0 comments on commit 5b5c07c

Please sign in to comment.