fix: 修复菜单折叠后 Tooltip 显示异常

This commit is contained in:
xiaoxian521
2022-12-04 16:38:35 +08:00
parent b5839d6398
commit 8e2b174e09
2 changed files with 2 additions and 2 deletions

View File

@@ -203,7 +203,7 @@ function resolvePath(routePath) {
placement="top"
:effect="tooltipEffect"
:offset="-10"
:disabled="!isCollapse && !onlyOneChild.showTooltip"
:disabled="!onlyOneChild.showTooltip"
>
<template #content>
{{ transformI18n(onlyOneChild.meta.title) }}