zouyu
2023-11-18 e0ac51ff9a3369e118c449fcc8cefca4302b41b6
1
2
3
4
5
6
7
8
export default {
  propsDefault: {
    label: 'label',
    path: 'path',
    icon: 'icon',
    children: 'children'
  }
}