浏览代码

Мелкая поправка

Book Pauk 6 年之前
父节点
当前提交
b479cc396c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/components/Reader/LoaderPage/LoaderPage.vue

+ 1 - 0
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 = '';
         }
     }