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