Fixed tag filter tooltip. Added emits property to tooltip component.

This commit is contained in:
DebaucheryLibrarian 2020-12-29 00:51:59 +01:00
parent 8dd10f7e77
commit 5476597343
2 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,8 @@
>Channels</div>
</div>
<template v-slot:popover>
<div slot="popover">
<template v-slot:tooltip>
<div>
<router-link
class="filter-clear"
:to="{ query: { ...$route.query, channels: undefined, networks: undefined } }"

View File

@ -125,6 +125,7 @@ export default {
arrowOffset: 0,
};
},
emits: ['open', 'close'],
mounted,
methods: {
calculate,