licp
2024-04-25 421145f9db00b79e1c6dedd9e9ec3719b36a407a
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}