docs: add node resizer example
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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' },
|
||||
],
|
||||
},
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user