xiejun
2023-06-15 694374bb1c6c08e3e79a65f575922e61c5c971fc
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}