shuishen
2024-01-17 3c8ce26ad8f5d894944c8d6eca630ee66a06f4d1
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}