fix Cr notes

This commit is contained in:
Rodrigo Quelca
2021-08-27 19:15:18 +00:00
parent 5ae61fbaf3
commit c2e19cf457
4 changed files with 12 additions and 8 deletions

View File

@@ -1,13 +1,17 @@
<template>
<span
:id="`label-${data.id}`"
:id="`label-${data.page}`"
@mouseover="hoverHandler"
v-b-tooltip.hover
@mouseleave="unhoverHandler"
v-bind:class="{highlightText: isHighlight}"
>
{{ data.title }}
<b-tooltip :target="`label-${data.page}`" :ref="`tooltip-${data.page}`">
<b-tooltip
:target="`label-${data.page}`"
triggers="hoverHandler"
:ref="`tooltip-${data.page}`"
>
{{ labelTooltip }}
</b-tooltip>
</span>