EPUB progress persistence

This commit is contained in:
Vincent Schmandt
2023-03-21 13:27:21 +01:00
parent 59b5f8cbbe
commit e018f8341e
3 changed files with 89 additions and 183 deletions

View File

@@ -37,8 +37,7 @@ export default {
}
},
componentName() {
if (this.ebookType === 'epub' && this.$isDev) return 'readers-epub-reader2'
else if (this.ebookType === 'epub') return 'readers-epub-reader'
if (this.ebookType === 'epub') return 'readers-epub-reader'
else if (this.ebookType === 'mobi') return 'readers-mobi-reader'
else if (this.ebookType === 'pdf') return 'readers-pdf-reader'
else if (this.ebookType === 'comic') return 'readers-comic-reader'