fix(components): [slider] no render popper dom when showTooltip is false (#18667)

refactor(components): [slider] no render popper and showTooltip is false
This commit is contained in:
jiaxiang 2024-10-27 14:38:21 +08:00 committed by GitHub
parent d7dfce37e7
commit 36193cc8d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
:stop-popper-mouse-event="false"
:popper-class="tooltipClass"
:disabled="!showTooltip"
persistent
:persistent="showTooltip"
>
<template #content>
<span>{{ formatValue }}</span>