王震
2023-11-20 e1e5ccdfef4aefc70f2df86a97cb50ae4e3d2706
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}