feat: add drag n drop example

This commit is contained in:
Braks
2021-07-15 23:33:17 +02:00
parent 2f93c917e0
commit 9b78c0f5d2
4 changed files with 143 additions and 0 deletions
+4
View File
@@ -12,6 +12,10 @@ export const routes = [
{
path: '/custom-node',
component: () => import('./CustomNode')
},
{
path: '/drag-n-drop',
component: () => import('./DragNDrop')
}
];