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