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