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