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({