田源
2023-07-26 9675f1491ef23c4c6f69cb83cbf6de3fd6dac61b
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}