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