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