zhongrj
2023-12-25 a030c3b4c44cc385feb8cfb8aaf53d169c8cdaf2
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}