田源
2023-09-05 895d69f5db1355b26ba760e79a1f0ae9296ef0c0
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}