Administrator
2021-12-16 7434e5ccf889189d24e7f4e655fbf752a0883d5b
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}