田源
2023-10-11 64b6e8a47e66a139d2c9393d4f4f448d8f2741b9
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}