mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-26 07:05:43 +02:00
🔀 Merge pull request #1181 from huangshaohuai/huangshaohuai-dashy
get the correct tooltip for subitem
This commit is contained in:
commit
2ec404121a
@ -48,7 +48,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
subItemTooltip() {
|
subItemTooltip() {
|
||||||
return this.title;
|
return this.item.title;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user