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