docs(api): [popupload] update description for size (#3188)

This commit is contained in:
betavs 2025-03-26 15:07:40 +08:00 committed by GitHub
parent 073889973f
commit 717b1f5efe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export default {
'zh-CN':
'通过 <code>large</code><code>medium</code><code>small</code><code>mini</code> 设置组件尺寸,<code>disabled</code> 设置是否禁用,默认值为 false。',
'en-US':
'Set the component size through<code>media</code>,<code>small</code>,<code>mini</code>, and whether to <code>disabled</code> it. The default value is false.'
'Set the component size through<code>large</code>,<code>medium</code>,<code>small</code>,<code>mini</code>, and whether to <code>disabled</code> it. The default value is false.'
},
codeFiles: ['size.vue']
},