started adding a better collab demo

This commit is contained in:
Philipp Kühn
2019-02-05 02:20:49 +01:00
parent 9b0c35d34c
commit aba26c7e74
4 changed files with 184 additions and 0 deletions

View File

@@ -131,6 +131,13 @@ const routes = [
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/Collaboration',
},
},
{
path: '/collaboration2',
component: () => import('Components/Routes/Collaboration2'),
meta: {
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/Collaboration2',
},
},
]
const router = new VueRouter({