From 88a8ecbdeb1875c5cef5774844b2588c3d24db00 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 26 Mar 2022 21:24:44 +0100 Subject: [PATCH] feat(examples): Add ResizableNode to Basic example --- examples/Basic/Basic.vue | 23 +++++++----- examples/Basic/ResizableNode.vue | 64 ++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 10 deletions(-) create mode 100644 examples/Basic/ResizableNode.vue diff --git a/examples/Basic/Basic.vue b/examples/Basic/Basic.vue index 83383f2b..50637e1f 100644 --- a/examples/Basic/Basic.vue +++ b/examples/Basic/Basic.vue @@ -1,9 +1,15 @@