lin
2024-03-26 7cd5ea98451006f9bfb3f18b3b55cd05c32bd813
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}