shuishen
2023-12-23 dad1eccda3eef8072f441e82db4a8081f1cf0385
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}