Improve popovers

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-16 12:03:09 +02:00
parent 1862168849
commit ba08d2d515
3 changed files with 27 additions and 18 deletions

View File

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