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