get the correct tooltip for subitem

This commit is contained in:
huangshaohuai
2023-05-12 23:16:14 +08:00
committed by GitHub
parent c71476d4e8
commit b615833b5f

View File

@@ -48,7 +48,7 @@ export default {
}, },
computed: { computed: {
subItemTooltip() { subItemTooltip() {
return this.title; return this.item.title;
}, },
}, },
data() { data() {