This commit is contained in:
Philipp Kühn 2019-05-04 00:28:29 +02:00
parent 55e5a4a3ae
commit a614f0cce1
2 changed files with 10 additions and 10 deletions

View File

@ -45,12 +45,12 @@
<router-link class="subnavigation__link" to="/placeholder">
Placeholder
</router-link>
<router-link class="subnavigation__link" to="/export">
Export HTML or JSON
</router-link>
<router-link class="subnavigation__link" to="/collaboration">
Collaboration
</router-link>
<router-link class="subnavigation__link" to="/export">
Export HTML or JSON
</router-link>
</div>
</template>

View File

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