zouyu
2024-01-05 210e6ea4eab68b1c607b48870b5e3553930853fb
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}