forked from opentiny/tiny-vue
fix: update docs of fall-menu (#1432)
This commit is contained in:
parent
e1f2894e6f
commit
ed5f7a8769
|
@ -7,10 +7,10 @@ export default {
|
|||
props: [
|
||||
{
|
||||
name: 'data',
|
||||
type: 'object | object[]',
|
||||
type: 'Array',
|
||||
defaultValue: '',
|
||||
desc: {
|
||||
'zh-CN': '设置瀑布菜单的数据。',
|
||||
'zh-CN': '设置瀑布菜单的数据',
|
||||
'en-US': 'Set the waterfall menu data. ;Set the data of the waterfall menu.'
|
||||
},
|
||||
mode: ['pc'],
|
||||
|
|
Loading…
Reference in New Issue