lihang
2023-05-24 2f28c90930c4535c6549e84653668a4e5dfc1474
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}