@getlupa/client 0.16.0-alpha-1 → 0.16.0-alpha-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.min.js +1 -1
- package/dist/es/index.min.js +1 -1
- package/dist/iife/index.min.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.min.js
CHANGED
|
@@ -41152,7 +41152,7 @@ const recommendations = (options, mountOptions) => {
|
|
|
41152
41152
|
const RecommendationsEntryComponent = Vue$1.component("SearchResultsEntry", __vue_component__);
|
|
41153
41153
|
const instance = new RecommendationsEntryComponent({
|
|
41154
41154
|
el: options.containerSelector,
|
|
41155
|
-
propsData: {
|
|
41155
|
+
propsData: { recommendationOptions: options },
|
|
41156
41156
|
store,
|
|
41157
41157
|
});
|
|
41158
41158
|
app.recommendations[options.containerSelector] = instance;
|
package/dist/es/index.min.js
CHANGED
|
@@ -41148,7 +41148,7 @@ const recommendations = (options, mountOptions) => {
|
|
|
41148
41148
|
const RecommendationsEntryComponent = Vue$1.component("SearchResultsEntry", __vue_component__);
|
|
41149
41149
|
const instance = new RecommendationsEntryComponent({
|
|
41150
41150
|
el: options.containerSelector,
|
|
41151
|
-
propsData: {
|
|
41151
|
+
propsData: { recommendationOptions: options },
|
|
41152
41152
|
store,
|
|
41153
41153
|
});
|
|
41154
41154
|
app.recommendations[options.containerSelector] = instance;
|