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