Fix: encode query

This commit is contained in:
FireMasterK 2020-12-14 18:51:55 +05:30
parent 9b232fa7cc
commit 297e31580a

View file

@ -86,7 +86,7 @@ export default {
"&id=" +
encodeURIComponent(this.results.id) +
"&q=" +
this.$route.params.search_query
encodeURIComponent(this.$route.params.search_query)
)
.then(body => body.json())
.then(json => {