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