Skip to content

Commit ae07c2c

Browse files
committed
Levelbar: fix typo, close #40
1 parent fe921ea commit ae07c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Levelbar.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
if (item.subMenu) {
6666
if (item.link) {
6767
temp.push({
68-
lable: item.label,
68+
label: item.label,
6969
link: item.link
7070
})
7171
}

0 commit comments

Comments
 (0)