浏览代码

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

Book Pauk 6 年之前
父节点
当前提交
7c89bb868e
共有 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 {
 
     async submitUrl() {
         if (this.bookUrl) {
-            this.$emit('load-book', this.bookUrl);
+            this.$emit('load-book', {url: this.bookUrl});
         }
     }