wang1
2023-06-15 fc14568e98d4559f22c79d77a2eb544c16a97b04
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}