Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit bc0a19f

Browse files
committed
fix(powered-by): ensure search store is not required
1 parent edbabdd commit bc0a19f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/PoweredBy.vue

+8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
<script>import algoliaComponent from '../component';
2424
export default {
2525
mixins: [algoliaComponent],
26+
props: {
27+
searchStore: {
28+
type: Object,
29+
default() {
30+
return this._searchStore;
31+
},
32+
},
33+
},
2634
data() {
2735
return {
2836
blockClassName: 'ais-powered-by',

0 commit comments

Comments
 (0)