refactoring

This commit is contained in:
Philipp Kühn
2019-05-03 18:05:05 +02:00
parent b5a5472171
commit e9e50a2e75
7 changed files with 27 additions and 394 deletions

View File

@@ -131,20 +131,6 @@ 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',
},
},
{
path: '/collaboration3',
component: () => import('Components/Routes/Collaboration3'),
meta: {
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/Collaboration3',
},
},
]
const router = new VueRouter({