add text align example

This commit is contained in:
Philipp Kühn
2018-09-27 09:17:11 +02:00
parent 19da299b0a
commit cca52e0518
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'),