add trailing paragraph example

This commit is contained in:
Philipp Kühn
2019-07-24 10:29:51 +02:00
parent 40495d222a
commit d16a220255
3 changed files with 220 additions and 0 deletions

View File

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