Pārlūkot izejas kodu

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

Book Pauk 6 gadi atpakaļ
vecāks
revīzija
7c89bb868e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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});
         }
     }