田源
2024-04-24 aaeb814f2f14e29cac19b53f6a2dc4d62f60c592
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}