Revert "Fixed #4964"

This reverts commit 35e26135e0.
pull/7039/head
tugcekucukoglu 2024-12-11 15:12:32 +03:00
parent 35e26135e0
commit fb5aad88d5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const Tooltip = BaseTooltip.extend('tooltip', {
beforeMount(el, options) { beforeMount(el, options) {
let target = this.getTarget(el); let target = this.getTarget(el);
target?.$_ptooltipModifiers = this.getModifiers(options); target.$_ptooltipModifiers = this.getModifiers(options);
if (!options.value) return; if (!options.value) return;
else if (typeof options.value === 'string') { else if (typeof options.value === 'string') {