xiejun
2023-10-17 b727fefd8bfb38400aec054df1f45f1174001cb9
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}