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