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