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