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