From a614f0cce12d4fa022dd6d53705756e78e570bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Sat, 4 May 2019 00:28:29 +0200 Subject: [PATCH] move url --- examples/Components/Subnavigation/index.vue | 6 +++--- examples/main.js | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/Components/Subnavigation/index.vue b/examples/Components/Subnavigation/index.vue index c4c3b796..953b8a6d 100644 --- a/examples/Components/Subnavigation/index.vue +++ b/examples/Components/Subnavigation/index.vue @@ -45,12 +45,12 @@ Placeholder - - Export HTML or JSON - Collaboration + + Export HTML or JSON + diff --git a/examples/main.js b/examples/main.js index 3102cc93..933ff7c0 100644 --- a/examples/main.js +++ b/examples/main.js @@ -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({