chenrui
2025-05-19 b328a1b899fb4c7d15170cde16556786446a8992
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}