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
@@ -211,6 +211,7 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
{ text: 'Custom Node', link: '/examples/nodes/' },
{ text: 'Update Node', link: '/examples/nodes/update-node' },
{ text: 'Nested Nodes', link: '/examples/nodes/nesting' },
{ text: 'Node Resizer', link: '/examples/nodes/node-resizer' },
{ text: 'Node Toolbar', link: '/examples/nodes/node-toolbar' },
],
},
+4
View File
@@ -20,6 +20,10 @@ export function copyVueFlowPlugin(): Plugin {
path: '../../../node_modules/@vue-flow/minimap/dist/',
pkgName: 'vue-flow-minimap.mjs',
},
{
path: '../../../node_modules/@vue-flow/node-resizer/dist/',
pkgName: 'vue-flow-node-resizer.mjs',
},
{
path: '../../../node_modules/@vue-flow/node-toolbar/dist/',
pkgName: 'vue-flow-node-toolbar.mjs',