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>