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
+1
View File
@@ -31,6 +31,7 @@ declare module '@vue/runtime-core' {
Output: typeof import('./../components/home/nodes/Output.vue')['default']
PiniaExample: typeof import('./../components/examples/pinia/PiniaExample.vue')['default']
Repl: typeof import('./../components/Repl.vue')['default']
ResizableNode: typeof import('./../components/examples/node-resizer/ResizableNode.vue')['default']
RGB: typeof import('./../components/home/flows/RGB.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']