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