zss
2024-01-11 17f0e644be8c98b547f6994a7e827d328e7b532e
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}