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