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