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