wangting
2023-08-09 ca2df0e483405adbe9ca93b3c3e85cca1664ec46
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}