shuishen
2024-05-14 53bea7299499b0601ebd0dbd4a2e6659fc6bd88d
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}