xiejun
2023-10-13 a3ee02d1abc58c9a0c8cfc55e384a17fcb850196
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}