Add description when importing from inventaire
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
inventaireid: String,
|
||||
title: String,
|
||||
author: String,
|
||||
description: String,
|
||||
rating: Number,
|
||||
read: Boolean,
|
||||
wantread: Boolean,
|
||||
@@ -51,6 +52,7 @@ function openBook() {
|
||||
<div class="media-content">
|
||||
<div class="is-size-4">{{title}}</div>
|
||||
<div class="is-size-5 is-italic">{{author}}</div>
|
||||
<div class="has-text-text-65 is-size-6" v-if="props.description">{{description}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column is-narrow">
|
||||
|
||||
Reference in New Issue
Block a user