Merge branch 'develop' into feature/quasar

This commit is contained in:
Book Pauk
2020-01-30 16:36:17 +07:00
41 changed files with 1406 additions and 142 deletions

View File

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