@getlupa/client 0.16.0-alpha-3 → 0.16.0-alpha-4
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 -0
- package/dist/es/index.min.js +1 -0
- package/dist/iife/index.min.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.min.js
CHANGED
|
@@ -39637,6 +39637,7 @@ var __vue_render__$1 = function () {
|
|
|
39637
39637
|
"navigation-next-label": _vm.nextLabel,
|
|
39638
39638
|
"navigation-prev-label": _vm.prevLabel,
|
|
39639
39639
|
"scroll-per-page": _vm.scrollPerPage,
|
|
39640
|
+
"mouse-drag": false,
|
|
39640
39641
|
},
|
|
39641
39642
|
},
|
|
39642
39643
|
_vm._l(_vm.recommendations, function (product, index) {
|
package/dist/es/index.min.js
CHANGED
|
@@ -39633,6 +39633,7 @@ var __vue_render__$1 = function () {
|
|
|
39633
39633
|
"navigation-next-label": _vm.nextLabel,
|
|
39634
39634
|
"navigation-prev-label": _vm.prevLabel,
|
|
39635
39635
|
"scroll-per-page": _vm.scrollPerPage,
|
|
39636
|
+
"mouse-drag": false,
|
|
39636
39637
|
},
|
|
39637
39638
|
},
|
|
39638
39639
|
_vm._l(_vm.recommendations, function (product, index) {
|