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