Работа над проектом

This commit is contained in:
Book Pauk
2022-08-19 18:04:46 +07:00
parent 0b0a51e5d4
commit c0d95115ea
4 changed files with 33 additions and 13 deletions

View File

@@ -83,6 +83,24 @@ const componentOptions = {
config() {
this.makeTitle();
},
author() {
this.refresh();
},
series() {
this.refresh();
},
title() {
this.refresh();
},
genre() {
this.refresh();
},
lang() {
this.refresh();
},
limit() {
this.refresh();
},
},
};
class Search {
@@ -92,7 +110,7 @@ class Search {
//input field consts
inputMaxLength = 1000;
inputDebounce = 400;
inputDebounce = 200;
//search fields
author = '';