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