zhongrj
2024-05-15 f4b922165ce2ed5843a3d37fce0e9ca4c5cf45bc
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}