zss
2023-12-08 3d228e71c56a07e41057507a4747c613b6a386ed
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}