diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue
index 0690036..0eb25e2 100644
--- a/client/components/Search/Search.vue
+++ b/client/components/Search/Search.vue
@@ -111,7 +111,7 @@
-
+
{{ item.name }}
@@ -125,13 +125,16 @@
{{ row.title }}
+
+ {{ row.src }}
+
@@ -413,7 +416,7 @@ class Search {
const rows = [];
for (const book of filtered) {
- rows.push({key: book.id, title: book.title});
+ rows.push({key: book.id, title: book.title, src: book});
}
const books = {