add tooltip on book and series cards

This commit is contained in:
Gauthier Roebroeck 2019-11-20 10:31:52 +08:00
parent 3959d15c04
commit e87ce3c00f
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@
<v-card-subtitle class="pa-2 pb-1 text--primary"
v-line-clamp="2"
:title="book.name"
>
{{ book.name }}
</v-card-subtitle>

View file

@ -17,6 +17,7 @@
<v-card-subtitle class="pa-2 pb-1 text--primary"
v-line-clamp="2"
:title="series.name"
>
{{ series.name }}
</v-card-subtitle>