add new collab test

This commit is contained in:
Philipp Kühn
2019-02-06 10:33:16 +01:00
parent 6a0aaf15e6
commit ac3b95716e
4 changed files with 210 additions and 0 deletions

View File

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