8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
export default {
|
|
propsDefault: {
|
|
label: 'label',
|
|
path: 'path',
|
|
icon: 'icon',
|
|
children: 'children'
|
|
}
|
|
} |