From 2c51bfaf96cc0c7411871ea87d2cd79f10f32b05 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 26 Aug 2022 14:34:50 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BA=D0=B5=D1=88=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=D0=BF=D1=80=D0=BE=D1=81=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=BD=D0=B0=20=D0=BA=D0=BB=D0=B8=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Search/Search.vue | 44 +++++++++-- .../components/Search/authorBooksStorage.js | 74 +++++++++++++++++++ client/store/root.js | 1 + 3 files changed, 111 insertions(+), 8 deletions(-) create mode 100644 client/components/Search/authorBooksStorage.js diff --git a/client/components/Search/Search.vue b/client/components/Search/Search.vue index 3692567..9405510 100644 --- a/client/components/Search/Search.vue +++ b/client/components/Search/Search.vue @@ -151,6 +151,7 @@ +