@viur/shop-components 0.0.1-dev.27 → 0.0.1-dev.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viur/shop-components",
3
- "version": "0.0.1-dev.27",
3
+ "version": "0.0.1-dev.28",
4
4
  "description": "Frontend Vue components for the shop module of ViUR",
5
5
  "repository": {
6
6
  "type": "git",
@@ -290,6 +290,7 @@ async function updateCart() {
290
290
  state.nodes = [];
291
291
  state.leaves = {};
292
292
 
293
+ await cartStore.init();
293
294
  await getChildren();
294
295
  }
295
296