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