zss
2023-11-16 f3e8b1999c8e6142764def9d5b5427abb843e922
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}