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