tiny-vue/examples/sites/demos/pc/app/drop-times/webdoc/drop-times.js

45 lines
1.4 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
column: '2',
owner: '',
demos: [
{
demoId: 'basic-usage',
name: {
'zh-CN': '基本用法',
'en-US': 'Basic Usage'
},
desc: {
'zh-CN': '详细用法参考如下示例',
'en-US': 'For details, see the following example.'
},
codeFiles: ['basic-usage.vue']
},
{
demoId: 'start-end-step',
name: {
'zh-CN': '步长与时间区间',
'en-US': 'Step and Time Range'
},
desc: {
'zh-CN':
'<p><code>start</code> 设置区间的起始时间,默认为 0 <code>end</code> 设置区间的结束时间,默认为 24 * 60 <code>step</code> 设置间隔的步长,默认为 15 。</p>\n',
'en-US':
'<p><code>start</code>: indicates the start time of the interval. The default value is 0. <code>end</code> indicates the end time of the interval. The default value is 24 x 60. <code>step</code> indicates the step of the interval. The default value is 15. </p>\n'
},
codeFiles: ['start-end-step.vue']
},
{
demoId: 'size',
name: {
'zh-CN': '尺寸',
'en-US': 'Set the size attribute of the component size'
},
desc: {
'zh-CN': '<p>可设置为mediumsmallmini</p>\n',
'en-US': '<p>The value can be medium, small, or mini</p>\n'
},
codeFiles: ['size.vue']
}
]
}