Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-17 16:45:52 +02:00
parent 399a82c761
commit 8676582080
3 changed files with 2 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<template>
<v-popover offset="16" trigger="click" :class="{ inline }" class="clickable">
<v-popover offset="16" trigger="hover" :class="{ inline }" class="clickable">
<slot></slot>
<template slot="popover" class="popover">
<actor-card :full="true" :actor="actor" :popover="true" />