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