2018-01-19 00:15:10 +00:00
|
|
|
<template>
|
|
|
|
<div class="container">
|
|
|
|
<h1>Home page</h1>
|
2018-11-24 18:49:19 +00:00
|
|
|
<p>
|
|
|
|
<NuxtLink to="/about">
|
|
|
|
About page
|
|
|
|
</NuxtLink>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<NuxtLink to="/users">
|
|
|
|
Lists of users
|
|
|
|
</NuxtLink>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<NuxtLink to="/long">
|
|
|
|
Long page
|
|
|
|
</NuxtLink>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<NuxtLink to="/long#anchor">
|
|
|
|
Long page #anchor
|
|
|
|
</NuxtLink>
|
|
|
|
</p>
|
2018-08-31 20:34:12 +00:00
|
|
|
<div class="spacer" style="width: 100%; height: 3000px; background: grey" />
|
2018-11-25 07:39:01 +00:00
|
|
|
<p>
|
|
|
|
<NuxtLink to="/another-long">
|
|
|
|
Another long page
|
|
|
|
</NuxtLink>
|
|
|
|
</p>
|
2018-01-19 00:15:10 +00:00
|
|
|
</div>
|
|
|
|
</template>
|