소스 검색

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

Book Pauk 6 년 전
부모
커밋
5b2eb9c6e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/Reader/LoaderPage/LoaderPage.vue

+ 1 - 1
client/components/Reader/LoaderPage/LoaderPage.vue

@@ -60,7 +60,7 @@ class LoaderPage extends Vue {
         return `v${this.config.version}`;
     }
 
-    async submitUrl() {
+    submitUrl() {
         if (this.bookUrl) {
             this.$emit('load-book', {url: this.bookUrl});
             this.bookUrl = '';