wangting
2023-08-11 dedc7cfcb2303d1f149531636bd97cfca956cc6e
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}