File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ import { addQuery } from './stores/useSearchHistory'
4
4
Vue . component ( 'ais-instant-search' , ( ) => import ( 'vue-instantsearch/vue2/es/src/components/InstantSearch' ) )
5
5
Vue . component ( 'ais-hits' , ( ) => import ( 'vue-instantsearch/vue2/es/src/components/Hits.js' ) )
6
6
Vue . component ( 'ais-configure' , ( ) => import ( 'vue-instantsearch/vue2/es/src/components/Configure.js' ) )
7
- Vue . component ( 'ais-highlight' , ( ) => import ( 'vue-instantsearch/vue2/es/src/components/Highlight.vue.js' ) )
8
7
Vue . component ( 'ais-autocomplete' , ( ) => import ( 'vue-instantsearch/vue2/es/src/components/Autocomplete.vue.js' ) )
9
8
Vue . component ( 'ais-search-box' , ( ) => import ( 'vue-instantsearch/vue2/es/src/components/SearchBox.vue.js' ) )
10
9
Vue . component ( 'ais-state-results' , ( ) => import ( 'vue-instantsearch/vue2/es/src/components/StateResults.vue.js' ) )
11
10
11
+ import highlight from 'vue-instantsearch/vue2/es/src/components/Highlight.vue.js'
12
+ Vue . component ( 'ais-highlight' , highlight )
13
+
12
14
// Used by Autocomplete
13
15
Vue . component ( 'ais-index' , ( ) => import ( 'vue-instantsearch/vue2/es/src/components/Index.js' ) )
14
16
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class="mb-3 h-48 w-full rounded-t object-contain"
14
14
/>
15
15
<x-rapidez::no-image v-else class =" mb-3 h-48 rounded-t" />
16
16
<div >
17
- <x-rapidez::highlight attribute =" name" class =" text-base font-medium hover:underline decoration-2 " />
17
+ <x-rapidez::highlight attribute =" name" class =" text-base font-medium hover:underline decoration-2" />
18
18
@if (App:: providerIsLoaded (' Rapidez\Reviews\ReviewsServiceProvider' ) )
19
19
<x-dynamic-component component =" rapidez-reviews::stars" v-if =" item.reviews_count" count =" item.reviews_count" score =" item.reviews_score" />
20
20
@endif
You can’t perform that action at this time.
0 commit comments