zss
2024-04-12 82a0439f46b893e008ce9156ab172fb3de7f1060
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}