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