We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe921ea commit ae07c2cCopy full SHA for ae07c2c
src/components/Levelbar.vue
@@ -65,7 +65,7 @@ export default {
65
if (item.subMenu) {
66
if (item.link) {
67
temp.push({
68
- lable: item.label,
+ label: item.label,
69
link: item.link
70
})
71
}
0 commit comments