mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-29 09:02:03 +00:00
docs: workaround for docus@0.5.x
https://github.com/nuxtlabs/docus/issues/393
This commit is contained in:
parent
e9c910c320
commit
f6dbfd3872
1
docs/content/index.md
Normal file
1
docs/content/index.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
[Getting Started](/getting-started/intro)
|
14
docs/src/docus/pages2/index.vue
Normal file
14
docs/src/docus/pages2/index.vue
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<template>
|
||||||
|
<nuxt-link to="/getting-started/intro">
|
||||||
|
Getting Started
|
||||||
|
</nuxt-link>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
asyncData ({ redirect }) {
|
||||||
|
redirect('/getting-started/intro')
|
||||||
|
return {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
Loading…
Reference in New Issue
Block a user