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