소스 검색

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

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() {
     async submitUrl() {
         if (this.bookUrl) {
         if (this.bookUrl) {
             this.$emit('load-book', {url: this.bookUrl});
             this.$emit('load-book', {url: this.bookUrl});
+            this.bookUrl = '';
         }
         }
     }
     }