zouyu
2024-02-23 1e3e560d9b545f71c16d5cb41c78572358b3744d
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}