@getlupa/client 0.7.0-alpha-19 → 0.7.0-alpha-20
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 +0 -1
- package/dist/es/index.min.js +0 -1
- package/dist/iife/index.min.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.min.js
CHANGED
|
@@ -22428,7 +22428,6 @@ const tracking = (options) => {
|
|
|
22428
22428
|
initTracking(options);
|
|
22429
22429
|
};
|
|
22430
22430
|
const searchBox = (options) => {
|
|
22431
|
-
clearSearchBox();
|
|
22432
22431
|
Vue$1.use(Vuex);
|
|
22433
22432
|
app.box = new Vue$1({
|
|
22434
22433
|
el: options.inputSelector,
|
package/dist/es/index.min.js
CHANGED
|
@@ -22424,7 +22424,6 @@ const tracking = (options) => {
|
|
|
22424
22424
|
initTracking(options);
|
|
22425
22425
|
};
|
|
22426
22426
|
const searchBox = (options) => {
|
|
22427
|
-
clearSearchBox();
|
|
22428
22427
|
Vue$1.use(Vuex);
|
|
22429
22428
|
app.box = new Vue$1({
|
|
22430
22429
|
el: options.inputSelector,
|