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