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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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