guoshilong
2023-03-20 878e3ab4f0bc7969ec7cb289d8b55ac651ea9219
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}