mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
9 lines
280 B
Vue
9 lines
280 B
Vue
<template>
|
|
<div class="container">
|
|
<h1>Home page</h1>
|
|
<p><nuxt-link to="/about">About page</nuxt-link></p>
|
|
<p><nuxt-link to="/users">Lists of users</nuxt-link></p>
|
|
<p><nuxt-link to="/users-2">Lists of users #2 (with `watch`)</nuxt-link></p>
|
|
</div>
|
|
</template>
|