Decode Funtion Added
This commit is contained in:
parent
850fed2678
commit
cf1696f808
|
|
@ -107,7 +107,7 @@
|
||||||
type="search"
|
type="search"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
placeholder="{{ __('velocity::app.header.search-text') }}"
|
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>
|
<image-search-component></image-search-component>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue