add drag handle example

This commit is contained in:
Philipp Kühn
2019-10-03 15:56:41 +02:00
parent 483fe11434
commit 2d1778b32f
4 changed files with 112 additions and 0 deletions

View File

@@ -151,6 +151,13 @@ const routes = [
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/TrailingParagraph',
},
},
{
path: '/drag-handle',
component: () => import('Components/Routes/DragHandle'),
meta: {
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/DragHandle',
},
},
{
path: '/export',
component: () => import('Components/Routes/Export'),