Add:Support epub progress saving

This commit is contained in:
advplyr 2023-03-25 17:40:46 -05:00
parent 15ccc7192e
commit c90f2c136a
5 changed files with 183 additions and 66 deletions

View file

@ -5,7 +5,7 @@
<div class="flex-grow" />
<span class="material-icons text-xl text-white" @click.stop="show = false">close</span>
</div>
<component v-if="readerComponentName" ref="readerComponent" :is="readerComponentName" :url="ebookUrl" />
<component v-if="readerComponentName" ref="readerComponent" :is="readerComponentName" :url="ebookUrl" :library-item="selectedLibraryItem" />
</div>
</template>