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