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