Decode Funtion Added

This commit is contained in:
devansh bawari 2020-10-09 16:48:45 +05:30
parent 850fed2678
commit cf1696f808
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
type="search"
class="form-control"
placeholder="{{ __('velocity::app.header.search-text') }}"
:value="searchedQuery.term ? searchedQuery.term.split('+').join(' ') : ''" />
:value="searchedQuery.term ? decodeURIComponent(searchedQuery.term.split('+').join(' ')) : ''" />
<image-search-component></image-search-component>