You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
220 B

  1. <template>
  2. <main>
  3. <h1>Home page</h1>
  4. <NuxtLink to="/go">
  5. Go!
  6. </NuxtLink>
  7. <a href="https://nuxtjs.org">External Link to another page</a>
  8. </main>
  9. </template>
  10. <script>
  11. export default {}
  12. </script>