zhongrj
2024-03-16 04b3d7ea5cf271eaaa9e9908c8fd904eb3351f36
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}