Merge branch 'master' into feature/suggestions

This commit is contained in:
Philipp Kühn
2018-09-27 11:00:29 +02:00
7 changed files with 137 additions and 0 deletions

View File

@@ -40,6 +40,13 @@ const routes = [
githubUrl: 'https://github.com/heyscrumpy/tiptap/tree/master/examples/Components/Routes/Images',
},
},
{
path: '/text-align',
component: () => import('Components/Routes/TextAlign'),
meta: {
githubUrl: 'https://github.com/heyscrumpy/tiptap/tree/master/examples/Components/Routes/TextAlign',
},
},
{
path: '/hiding-menu-bar',
component: () => import('Components/Routes/HidingMenuBar'),