add title example

This commit is contained in:
Philipp Kühn
2019-06-21 22:00:42 +02:00
parent d99509cdb7
commit 443045bbdf
5 changed files with 90 additions and 0 deletions

View File

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