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