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