PMCORE-3224: Enable custom sidebar

This commit is contained in:
Rodrigo Quelca
2021-08-17 21:48:08 +00:00
parent 79ad25fdaf
commit 393871d73e
4 changed files with 58 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<template>
<span
:id="data.id"
:id="`label-${data.id}`"
@mouseover="hoverHandler"
v-b-tooltip.hover
:title="labelTooltip"
@@ -8,7 +8,7 @@
>
{{ data.title }}
<b-tooltip
:target="data.id"
:target="`label-${data.id}`"
triggers="hoverHandler"
:show.sync="show"
>
@@ -39,6 +39,9 @@ export default {
}
}
},
mounted () {
console.log(this.data);
},
methods: {
/**
* Delay the hover event