marked extract of search on text (scrolling is not working yet
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<div class="wrapper">
|
||||
<ul v-if="results.length">
|
||||
<li v-for="result in results" :key="result.uuid" class="result">
|
||||
<ResultItem :result="result" />
|
||||
<ResultItem :result="result" :searchedkeys="searchedKeys" />
|
||||
</li>
|
||||
<infinite-loading
|
||||
v-if="offset < resultsQuantity.quantity"
|
||||
|
||||
Reference in New Issue
Block a user