guoshilong
2022-09-26 e5b8dfe32fce0089561de920a9ad1e65e44ebfe2
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}