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