mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
parent
b6b7c4358e
commit
8666b53998
@ -1,3 +1,3 @@
|
|||||||
<template>
|
<template>
|
||||||
<nuxt />
|
<Nuxt />
|
||||||
</template>
|
</template>
|
||||||
|
@ -2,7 +2,9 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Another long page</h1>
|
<h1>Another long page</h1>
|
||||||
<div class="spacer" style="width: 100%; height: 3000px; background: darkgreen" />
|
<div class="spacer" style="width: 100%; height: 3000px; background: darkgreen" />
|
||||||
<nuxt-link to="/">Home page</nuxt-link>
|
<NuxtLink to="/">
|
||||||
|
Home page
|
||||||
|
</NuxtLink>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</p>
|
</p>
|
||||||
<div class="spacer" style="width: 100%; height: 3000px; background: grey" />
|
<div class="spacer" style="width: 100%; height: 3000px; background: grey" />
|
||||||
<p><nuxt-link to="/another-long">Another long page</nuxt-link></p>
|
<p>
|
||||||
|
<NuxtLink to="/another-long">
|
||||||
|
Another long page
|
||||||
|
</NuxtLink>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user