Skip to content

Commit

Permalink
docs(Cascader): fix Cascader docs children dyamic loading (#2539)
Browse files Browse the repository at this point in the history
* docs(Cascader): fix Cascader docs children dyamic loading

* docs(Cascader): updated CI/CD test

* docs(Cascader): updated test

---------

Co-authored-by: Heising <[email protected]>
Co-authored-by: Uyarn <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2023
1 parent 37dff16 commit e8b0c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cascader/_example/load.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export default function Example() {
{
label: '选项1',
value: '1',
children: [],
children: true,
},
{
label: '选项2',
value: '2',
children: [],
children: true,
},
];

Expand Down

0 comments on commit e8b0c9c

Please sign in to comment.