add focus extension

This commit is contained in:
Philipp Kühn
2019-07-31 10:10:40 +02:00
parent ae33e76feb
commit c991e1f017
5 changed files with 161 additions and 0 deletions

View File

@@ -123,6 +123,13 @@ const routes = [
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/Placeholder',
},
},
{
path: '/focus',
component: () => import('Components/Routes/Focus'),
meta: {
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/Focus',
},
},
{
path: '/collaboration',
component: () => import('Components/Routes/Collaboration'),