spring
2025-04-27 41c9b2fa8cef5f45c23d00d33680764b48dfc3cc
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}