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