diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue index c9676d6..bc3cd2c 100644 --- a/client/components/Search/Search.vue +++ b/client/components/Search/Search.vue @@ -140,7 +140,7 @@ {{ item.name }} -
+
{{ getBookCount(item) }}
@@ -167,7 +167,7 @@ -
+
Серия: {{ book.series }}
@@ -191,6 +191,9 @@ +
+ Поиск не дал результатов +
@@ -322,6 +325,9 @@ const componentOptions = { }; class Search { _options = componentOptions; + + ready = false; + collection = ''; projectName = '';