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

This commit is contained in:
Book Pauk
2019-01-14 02:41:00 +07:00
parent 0f2fe882e5
commit b479cc396c

View File

@@ -61,6 +61,7 @@ class LoaderPage extends Vue {
async submitUrl() {
if (this.bookUrl) {
this.$emit('load-book', {url: this.bookUrl});
this.bookUrl = '';
}
}