forked from opentiny/tiny-vue
docs(api): [popupload] update description for size (#3188)
This commit is contained in:
parent
073889973f
commit
717b1f5efe
|
|
@ -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']
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue