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