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