田源
2024-04-18 b8d7b6603f8d5018655e4e6f8098be90ca443e17
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}