From b615833b5f0a411f3b5d6408049cf298693ea4f3 Mon Sep 17 00:00:00 2001 From: huangshaohuai Date: Fri, 12 May 2023 23:16:14 +0800 Subject: [PATCH] get the correct tooltip for subitem --- src/components/LinkItems/SubItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LinkItems/SubItem.vue b/src/components/LinkItems/SubItem.vue index 9760f55b..22aba4e0 100644 --- a/src/components/LinkItems/SubItem.vue +++ b/src/components/LinkItems/SubItem.vue @@ -48,7 +48,7 @@ export default { }, computed: { subItemTooltip() { - return this.title; + return this.item.title; }, }, data() {