2016-11-21 18:53:11 +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>
|
2016-11-21 18:53:11 +00:00
|
|
|
</div>
|
|
|
|
</template>
|