1
0
mirror of https://github.com/nuxt/nuxt.git synced 2024-12-19 02:37:30 +00:00
Nuxt/examples/markdownit/pages/about.vue

7 lines
128 B
Vue

<template lang="md">
# About Page!
Current route is: {{ $route.name }}
<NuxtLink to="/">Back home</NuxtLink>
</template>