@getlupa/client 0.7.0-alpha-21 → 0.7.0-alpha-22

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.
@@ -22456,7 +22456,6 @@ const searchBox = (options) => {
22456
22456
  });
22457
22457
  };
22458
22458
  const searchResults = (options) => {
22459
- clearSearchResults();
22460
22459
  Vue$1.use(Vuex);
22461
22460
  app.results = new Vue$1({
22462
22461
  el: options.containerSelector,
@@ -22466,7 +22465,6 @@ const searchResults = (options) => {
22466
22465
  });
22467
22466
  };
22468
22467
  const productList = (options) => {
22469
- clearProductList();
22470
22468
  Vue$1.use(Vuex);
22471
22469
  app.productList = new Vue$1({
22472
22470
  el: options.containerSelector,
@@ -22452,7 +22452,6 @@ const searchBox = (options) => {
22452
22452
  });
22453
22453
  };
22454
22454
  const searchResults = (options) => {
22455
- clearSearchResults();
22456
22455
  Vue$1.use(Vuex);
22457
22456
  app.results = new Vue$1({
22458
22457
  el: options.containerSelector,
@@ -22462,7 +22461,6 @@ const searchResults = (options) => {
22462
22461
  });
22463
22462
  };
22464
22463
  const productList = (options) => {
22465
- clearProductList();
22466
22464
  Vue$1.use(Vuex);
22467
22465
  app.productList = new Vue$1({
22468
22466
  el: options.containerSelector,