Skip to content

Commit

Permalink
fix: update docs of fall-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
James-9696 committed Feb 27, 2024
1 parent f08fb98 commit ee9fc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sites/demos/apis/fall-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit ee9fc46

Please sign in to comment.