tugcekucukoglu 2024-12-11 14:53:30 +03:00
parent 2c351948bc
commit 35e26135e0
1 changed files with 1 additions and 1 deletions

View File

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