zhongrj
2024-03-28 2c69f6d4bd186cf66b23959fa75bf4543b6ee1b2
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}