田源
2023-06-15 859a64b36d107b147f44eccd0c0a76471c5e49ea
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}