filter data in type script search function
< template > < Div > < input type = "text" v-model ="searchquery" @ input ="filtereddata()" placeholder = "Search title.." /> < div v-if ="checkpw" class = "card" > < div class = "card-header" > < span class = "h3 text-primary mt-4" > Production Files </ span > </ div > < ul class = "list-group list-group-flush" v-for ="(value, index) in urls" : key ="index" > < li class = "list-group-item h5" > < i class = "bi bi-file-earmark-zip-fill text-primary h3 mx-2" ></ i > < span > {{ value ...