add history example

This commit is contained in:
Philipp Kühn
2018-11-08 22:54:37 +01:00
parent cb2617d439
commit 05f00e2aee
3 changed files with 81 additions and 0 deletions

View File

@@ -82,6 +82,13 @@ const routes = [
githubUrl: 'https://github.com/heyscrumpy/tiptap/tree/master/examples/Components/Routes/CodeHighlighting',
},
},
{
path: '/history',
component: () => import('Components/Routes/History'),
meta: {
githubUrl: 'https://github.com/heyscrumpy/tiptap/tree/master/examples/Components/Routes/History',
},
},
{
path: '/read-only',
component: () => import('Components/Routes/ReadOnly'),