docs(FallMenu):FallMenu doucment api optimized (#759)

* fix(FallMenu-doucmentApi):FallMenu doucment api optimized

* fix(FallMenu-doucmentApi):FallMenu doucment api optimized
This commit is contained in:
tianxin 2023-11-07 19:43:37 -08:00 committed by GitHub
parent b3e16407a2
commit 9410a96fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@ export default {
owner: '',
demos: [
{
'demoId': 'data-resource',
'demoId': 'data-basic',
'name': { 'zh-CN': '基本用法', 'en-US': 'Basic Usage' },
'desc': { 'zh-CN': '详细用法参考如下示例', 'en-US': 'For details, see the following example.' },
'codeFiles': ['data-resource.vue']
},
{
'demoId': 'data-resource1',
'demoId': 'data-resource',
'name': { 'zh-CN': '数据源', 'en-US': 'Data Source' },
'desc': {
'zh-CN': '<p>通过 <code>data</code> 设置瀑布菜单的数据。</p>\n',
@ -50,7 +50,7 @@ export default {
'type': 'object , Array',
'defaultValue': '',
'desc': {
'zh-CN': '设置瀑布菜单的数据。;设置瀑布菜单的数据。',
'zh-CN': '设置瀑布菜单的数据。',
'en-US': 'Set the waterfall menu data. ;Set the data of the waterfall menu.'
},
'demoId': 'data-resource'