Nuxt/examples/routing/nuxt-link/pages/about.vue

6 lines
72 B
Vue

<template>
<NuxtLink to="/">
Index page
</NuxtLink>
</template>