From 2fd18a93e5ac03738eb5646b502dd9f4aed86e80 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 1 Nov 2022 02:11:30 +0700 Subject: [PATCH 1/2] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B1=D0=B0=D0=B3=20=D0=BF=D0=BE=20=D0=BA=D0=BB?= =?UTF-8?q?=D0=B8=D0=BA=D1=83=20=D0=BD=D0=B0=20=D0=B8=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=20=D0=B0=D0=B2=D1=82=D0=BE=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Search/BookView/BookView.vue | 26 +------------------ 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/client/components/Search/BookView/BookView.vue b/client/components/Search/BookView/BookView.vue index e76ac05..7baebb7 100644 --- a/client/components/Search/BookView/BookView.vue +++ b/client/components/Search/BookView/BookView.vue @@ -30,34 +30,10 @@ - -
-
+
{{ bookAuthor }}
From 1d22a129e5bd1916411833210b13735f21d6b1fe Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 1 Nov 2022 02:12:55 +0700 Subject: [PATCH 2/2] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=201.1.?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b93df6..a6d583a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "inpx-web", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "inpx-web", - "version": "1.1.1", + "version": "1.1.2", "hasInstallScript": true, "license": "CC0-1.0", "dependencies": { diff --git a/package.json b/package.json index c2c7d4b..b2bb4bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inpx-web", - "version": "1.1.1", + "version": "1.1.2", "author": "Book Pauk ", "license": "CC0-1.0", "repository": "bookpauk/inpx-web",