Nuxt/examples/pages/app.vue
2021-04-23 22:30:43 +02:00

13 lines
162 B
Vue

<template>
<div>
<NuxtLink to="/">
Home
</NuxtLink>
<NuxtLink to="/about">
About
</NuxtLink>
<NuxtPage />
</div>
</template>