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