Administrator
2021-11-03 152a4702ec03ceec5f57b207a8d7d9ea5ccdbfe7
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}