From fc8fb27c414b082a6e924eb5b23a2eb9f3a4b81e Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Mon, 10 Oct 2022 17:16:25 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Search/Search.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 = '';