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