Skip to content

Commit b615833

Browse files
get the correct tooltip for subitem
1 parent c71476d commit b615833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LinkItems/SubItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default {
4848
},
4949
computed: {
5050
subItemTooltip() {
51-
return this.title;
51+
return this.item.title;
5252
},
5353
},
5454
data() {

0 commit comments

Comments
 (0)