docs: add node resizer example

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-13 15:49:20 +01:00
committed by Braks
parent 1739797cfe
commit f31f0073f7
12 changed files with 63 additions and 0 deletions
@@ -0,0 +1,2 @@
export { default as NodeResizerApp } from './App.vue?raw'
export { default as ResizableNode } from './ResizableNode.vue?raw'