shuishen
2024-01-02 3e62476d17a14f4e44cdbd020a05b5655f68ef48
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}