PMCORE-3224: Enable custom sidebar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user