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