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