@viur/shop-components 0.0.1-dev.15 → 0.0.1-dev.16

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.15",
3
+ "version": "0.0.1-dev.16",
4
4
  "description": "Frontend Vue components for the shop module of ViUR",
5
5
  "repository": {
6
6
  "type": "git",
@@ -314,7 +314,9 @@ function onDialogHide() {
314
314
  }
315
315
 
316
316
  async function getChildren(parentKey = props.key) {
317
+ console.log("debug getChildren parentKey from comp: ", parentKey)
317
318
  const children = await cartStore.getChildren(parentKey);
319
+ console.log("getChildren children: ", children)
318
320
 
319
321
  children.forEach(async (child) => {
320
322
  if (child.skel_type === "node") {