zouyu
2023-11-10 af3baa8feeef4f4cd9a0866884f3bc68d1512683
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}