Nuxt/examples/markdownit/pages/about.vue

7 lines
130 B
Vue

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