move url
This commit is contained in:
@@ -45,12 +45,12 @@
|
|||||||
<router-link class="subnavigation__link" to="/placeholder">
|
<router-link class="subnavigation__link" to="/placeholder">
|
||||||
Placeholder
|
Placeholder
|
||||||
</router-link>
|
</router-link>
|
||||||
<router-link class="subnavigation__link" to="/export">
|
|
||||||
Export HTML or JSON
|
|
||||||
</router-link>
|
|
||||||
<router-link class="subnavigation__link" to="/collaboration">
|
<router-link class="subnavigation__link" to="/collaboration">
|
||||||
Collaboration
|
Collaboration
|
||||||
</router-link>
|
</router-link>
|
||||||
|
<router-link class="subnavigation__link" to="/export">
|
||||||
|
Export HTML or JSON
|
||||||
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -117,13 +117,6 @@ const routes = [
|
|||||||
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/Placeholder',
|
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',
|
path: '/collaboration',
|
||||||
component: () => import('Components/Routes/Collaboration'),
|
component: () => import('Components/Routes/Collaboration'),
|
||||||
@@ -131,6 +124,13 @@ const routes = [
|
|||||||
githubUrl: 'https://github.com/scrumpy/tiptap/tree/master/examples/Components/Routes/Collaboration',
|
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({
|
const router = new VueRouter({
|
||||||
|
|||||||
Reference in New Issue
Block a user