zhangxp
2023-08-23 269904d54d259f5c6f8e776d98821187a72f9eb8
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}