fix(input): add pre=true for tiny-tooltip (#3625)
This commit is contained in:
parent
22b3099cb8
commit
b7aa885dc9
|
@ -48,6 +48,7 @@
|
|||
placement="top"
|
||||
:popper-class="state.tooltipConfig.popperClass || ''"
|
||||
:popper-options="{ bubbling: true }"
|
||||
pre
|
||||
@mouseenter.native="handleEnterDisplayOnlyContent"
|
||||
>
|
||||
<span
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
:content="state.displayOnlyTooltip"
|
||||
placement="top"
|
||||
:popper-class="state.tooltipConfig.popperClass || ''"
|
||||
pre
|
||||
@mouseenter.native="handleEnterDisplayOnlyContent"
|
||||
>
|
||||
<span class="tiny-input-display-only__content" v-if="type === 'password'">{{ state.hiddenPassword }}</span>
|
||||
|
|
Loading…
Reference in New Issue