From 9a8caf444ca6396288caee3138d05582f79f3698 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 23 Mar 2022 17:43:27 +0100 Subject: [PATCH] feat(store): Enable using a parentNode / parentNodeId to add child nodes --- examples/Nesting/Nesting.vue | 9 ++++++++- src/store/actions.ts | 6 ++++-- src/types/store.ts | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/examples/Nesting/Nesting.vue b/examples/Nesting/Nesting.vue index f25e469c..9686af9a 100644 --- a/examples/Nesting/Nesting.vue +++ b/examples/Nesting/Nesting.vue @@ -1,7 +1,7 @@