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