From b479cc396cc707af18c6b03df8ff83ff9a50f357 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Mon, 14 Jan 2019 02:41:00 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/LoaderPage/LoaderPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/Reader/LoaderPage/LoaderPage.vue b/client/components/Reader/LoaderPage/LoaderPage.vue index 4e81fa0d..e442cc88 100644 --- a/client/components/Reader/LoaderPage/LoaderPage.vue +++ b/client/components/Reader/LoaderPage/LoaderPage.vue @@ -61,6 +61,7 @@ class LoaderPage extends Vue { async submitUrl() { if (this.bookUrl) { this.$emit('load-book', {url: this.bookUrl}); + this.bookUrl = ''; } }