🔀 Merge pull request #1181 from huangshaohuai/huangshaohuai-dashy

get the correct tooltip for subitem
This commit is contained in:
Alicia Sykes 2023-05-20 00:26:50 +01:00 committed by GitHub
commit 2ec404121a
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: { computed: {
subItemTooltip() { subItemTooltip() {
return this.title; return this.item.title;
}, },
}, },
data() { data() {