1
0
mirror of https://github.com/nuxt/nuxt.git synced 2024-12-18 18:27:13 +00:00
Nuxt/examples/markdownit/pages/about.vue
2017-10-28 00:38:47 +08:00

7 lines
130 B
Vue

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