feat: add drag n drop example
This commit is contained in:
@@ -12,6 +12,10 @@ export const routes = [
|
||||
{
|
||||
path: '/custom-node',
|
||||
component: () => import('./CustomNode')
|
||||
},
|
||||
{
|
||||
path: '/drag-n-drop',
|
||||
component: () => import('./DragNDrop')
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user