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