lihang
2023-05-17 b826e9a0c17ddcc2c2984b71469bc9d1f4b20ac7
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}