fujunling
2023-07-13 b7109e4207f06461308e053a4d70ef78053d6cce
1
2
3
4
5
6
7
8
9
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children',
    isOpen: 'isOpen'
  }
}