wangting
2024-04-07 06e5ad6340f8c17cd4f5306c47773d6d97accebf
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}