add basic collab implementation

This commit is contained in:
Philipp Kühn
2019-02-03 14:06:17 +01:00
parent 8a23c4c945
commit b23cdcba6b
6 changed files with 120 additions and 1 deletions

View File

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