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