Skip to content

Commit 2ec4041

Browse files
authored
🔀 Merge pull request #1181 from huangshaohuai/huangshaohuai-dashy
get the correct tooltip for subitem
2 parents 9c73bb9 + b615833 commit 2ec4041

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)