fix: update docs of fall-menu (#1432)

This commit is contained in:
James 2024-02-28 17:54:33 +08:00 committed by GitHub
parent e1f2894e6f
commit ed5f7a8769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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'],