Administrator
2021-08-24 87fb8153ea72bb34e5a99ef3d12bec2659ab85cf
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}