mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
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:
parent
d7dfce37e7
commit
36193cc8d9
@ -19,7 +19,7 @@
|
||||
:stop-popper-mouse-event="false"
|
||||
:popper-class="tooltipClass"
|
||||
:disabled="!showTooltip"
|
||||
persistent
|
||||
:persistent="showTooltip"
|
||||
>
|
||||
<template #content>
|
||||
<span>{{ formatValue }}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user