linwei
2024-02-21 e7dce36f4b45d4986b8b09781e3c822c00d3f4e1
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}