From a04161ac7cffe95a1381154c5dcb2fa907414860 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Mon, 20 Jan 2020 21:44:09 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=D0=BD=D1=83=D0=B4=D0=B8=D1=82=D0=B5=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D1=83=D1=8E=20=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7?= =?UTF-8?q?=D0=BA=D1=83=20=D0=BA=D0=BD=D0=B8=D0=B3=D0=B8=20=D0=B2=20=D0=BE?= =?UTF-8?q?=D0=B1=D1=85=D0=BE=D0=B4=20=D0=BA=D1=8D=D1=88=D0=B0,=20=D0=B5?= =?UTF-8?q?=D1=81=D0=BB=D0=B8=20=D1=83=D0=BA=D0=B0=D0=B7=D0=B0=D0=BD=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/LoaderPage/LoaderPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/Reader/LoaderPage/LoaderPage.vue b/client/components/Reader/LoaderPage/LoaderPage.vue index 530a9695..9eee7120 100644 --- a/client/components/Reader/LoaderPage/LoaderPage.vue +++ b/client/components/Reader/LoaderPage/LoaderPage.vue @@ -112,7 +112,7 @@ class LoaderPage extends Vue { submitUrl() { if (this.bookUrl) { - this.$emit('load-book', {url: this.bookUrl}); + this.$emit('load-book', {url: this.bookUrl, force: true}); this.bookUrl = ''; } }