forked from DebaucheryLibrarian/traxxx
Fixed tag filter tooltip. Added emits property to tooltip component.
This commit is contained in:
parent
8dd10f7e77
commit
5476597343
|
@ -14,8 +14,8 @@
|
||||||
>Channels</div>
|
>Channels</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<template v-slot:popover>
|
<template v-slot:tooltip>
|
||||||
<div slot="popover">
|
<div>
|
||||||
<router-link
|
<router-link
|
||||||
class="filter-clear"
|
class="filter-clear"
|
||||||
:to="{ query: { ...$route.query, channels: undefined, networks: undefined } }"
|
:to="{ query: { ...$route.query, channels: undefined, networks: undefined } }"
|
||||||
|
|
|
@ -125,6 +125,7 @@ export default {
|
||||||
arrowOffset: 0,
|
arrowOffset: 0,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
emits: ['open', 'close'],
|
||||||
mounted,
|
mounted,
|
||||||
methods: {
|
methods: {
|
||||||
calculate,
|
calculate,
|
||||||
|
|
Loading…
Reference in New Issue