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