@@ -313,7 +313,7 @@ const endDate = computed(() => {
313313 <TooltipApp
314314 :text =" $t('package.versions.date_range_tooltip')"
315315 position =" bottom"
316- :teleportTo =" inModal ? '#chart-modal' : undefined"
316+ :to =" inModal ? '#chart-modal' : undefined"
317317 :offset =" 8"
318318 class =" w-full"
319319 >
@@ -344,7 +344,7 @@ const endDate = computed(() => {
344344 <TooltipApp
345345 :text =" $t('package.versions.date_range_tooltip')"
346346 position =" bottom"
347- :teleportTo =" inModal ? '#chart-modal' : undefined"
347+ :to =" inModal ? '#chart-modal' : undefined"
348348 :offset =" 8"
349349 class =" w-full"
350350 >
@@ -380,7 +380,7 @@ const endDate = computed(() => {
380380 :label =" $t('package.versions.show_old_versions')"
381381 :tooltip =" $t('package.versions.show_old_versions_tooltip')"
382382 tooltip-position =" bottom"
383- :tooltip-teleport- to =" inModal ? '#chart-modal' : undefined"
383+ :tooltip-to =" inModal ? '#chart-modal' : undefined"
384384 :tooltip-offset =" 8"
385385 justify =" between"
386386 :class =" pending ? 'opacity-50 pointer-events-none' : ''"
@@ -391,7 +391,7 @@ const endDate = computed(() => {
391391 :label =" $t('package.versions.show_low_usage')"
392392 :tooltip =" $t('package.versions.show_low_usage_tooltip')"
393393 tooltip-position =" bottom"
394- :tooltip-teleport- to =" inModal ? '#chart-modal' : undefined"
394+ :tooltip-to =" inModal ? '#chart-modal' : undefined"
395395 :tooltip-offset =" 8"
396396 justify =" between"
397397 :class =" pending ? 'opacity-50 pointer-events-none' : ''"
0 commit comments