@viur/shop-components 0.0.1-dev.19 → 0.0.1-dev.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viur/shop-components",
3
- "version": "0.0.1-dev.19",
3
+ "version": "0.0.1-dev.20",
4
4
  "description": "Frontend Vue components for the shop module of ViUR",
5
5
  "repository": {
6
6
  "type": "git",
@@ -317,7 +317,7 @@ function onDialogHide() {
317
317
  state.currentItem = {};
318
318
  }
319
319
 
320
- async function getChildren(parentKey = props.key) {
320
+ async function getChildren(parentKey = props.cartKey) {
321
321
  console.log("debug getChildren parentKey from comp: ", parentKey);
322
322
  const children = await cartStore.getChildren(parentKey);
323
323
  console.log("getChildren children: ", children);