Make epubs searchable

This commit is contained in:
MxMarx 2023-10-27 00:14:46 -07:00
parent 5c1c511718
commit 5778200c8f
3 changed files with 120 additions and 14 deletions

View file

@ -68,6 +68,7 @@ export default {
methods: {
clear() {
this.inputValue = ''
this.$emit('submit')
},
focused() {
this.isFocused = true