Skip to content

Commit c89f744

Browse files
authored
fix(docs): [file-upload] 修复上传组件文档问题 (#3047)
1 parent 0c09378 commit c89f744

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/sites/demos/mobile-first/app/file-upload/webdoc/file-upload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ export default {
6969
'en-US': 'tip Hints'
7070
},
7171
desc: {
72-
'zh-CN': '<p>通过 <code>propmtTip</code> 为 `true` 设置提示为tip类型,悬浮图标时显示tip提示。<p>',
72+
'zh-CN': '<p>通过 <code>promptTip</code> 为 `true` 设置提示为tip类型,悬浮图标时显示tip提示。<p>',
7373
'en-US':
74-
'<p>Set the prompt to the tip type by setting <code>propmtTip</code> to `true`. The tip prompt is displayed when the icon is suspended.</p>'
74+
'<p>Set the prompt to the tip type by setting <code>promptTip</code> to `true`. The tip prompt is displayed when the icon is suspended.</p>'
7575
},
7676
codeFiles: ['prompt-tip.vue']
7777
},

examples/sites/demos/pc/app/file-upload/webdoc/file-upload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ export default {
220220
'en-US': 'tip Hints'
221221
},
222222
desc: {
223-
'zh-CN': '<p>通过 <code>propmtTip</code> 为 `true` 设置提示为 tip 类型,悬浮图标时显示 tip 提示。<p>',
223+
'zh-CN': '<p>通过 <code>promptTip</code> 为 `true` 设置提示为 tip 类型,悬浮图标时显示 tip 提示。<p>',
224224
'en-US':
225-
'<p>Set the prompt to the tip type by setting <code>propmtTip</code> to `true`. The tip prompt is displayed when the icon is suspended.</p>'
225+
'<p>Set the prompt to the tip type by setting <code>promptTip</code> to `true`. The tip prompt is displayed when the icon is suspended.</p>'
226226
},
227227
codeFiles: ['prompt-tip.vue']
228228
},

0 commit comments

Comments
 (0)