This repository was archived by the owner on Dec 30, 2022. It is now read-only.
Commit 1f750b8 1 parent 5fc1915 commit 1f750b8 Copy full SHA for 1f750b8
File tree 2 files changed +6
-1
lines changed
packages/vue-algolia-components
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 27
27
"vue-algolia-rating-facet" : " *" ,
28
28
"vue-algolia-no-results" : " *" ,
29
29
"vue-algolia-search-facet" : " *" ,
30
- "vue-algolia-price-range-facet" : " *"
30
+ "vue-algolia-price-range-facet" : " *" ,
31
+ "vue-algolia-powered-by" : " *"
31
32
},
32
33
"peerDependencies" : {
33
34
"vue" : " ^2.2.2"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import RatingFacet from 'vue-algolia-rating-facet'
11
11
import NoResults from 'vue-algolia-no-results'
12
12
import SearchFacet from 'vue-algolia-search-facet'
13
13
import PriceRangeFacet from 'vue-algolia-price-range-facet'
14
+ import AlgoliaPoweredBy from 'vue-algolia-powered-by'
14
15
15
16
const Algolia = {
16
17
SearchStore,
@@ -26,6 +27,7 @@ const Algolia = {
26
27
NoResults,
27
28
SearchFacet,
28
29
PriceRangeFacet,
30
+ AlgoliaPoweredBy,
29
31
30
32
install ( Vue ) {
31
33
Vue . component ( 'search-store' , SearchStore )
@@ -41,6 +43,7 @@ const Algolia = {
41
43
Vue . component ( 'no-results' , NoResults )
42
44
Vue . component ( 'search-facet' , SearchFacet )
43
45
Vue . component ( 'price-range-facet' , PriceRangeFacet )
46
+ Vue . component ( 'algolia-powered-by' , AlgoliaPoweredBy )
44
47
}
45
48
46
49
}
@@ -65,3 +68,4 @@ export {RatingFacet}
65
68
export { NoResults }
66
69
export { SearchFacet }
67
70
export { PriceRangeFacet }
71
+ export { AlgoliaPoweredBy }
You can’t perform that action at this time.
0 commit comments