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