Nuxt/test/fixtures/with-config/pages/about.vue

7 lines
108 B
Vue
Raw Normal View History

2016-12-21 14:03:37 +00:00
<template>
<div>
<h1>About page</h1>
<nuxt-link to="/">Home page</nuxt-link>
</div>
</template>