Nuxt/examples/with-feathers/pages/index.vue

9 lines
122 B
Vue
Raw Normal View History

2017-01-11 19:13:38 +00:00
<template>
<div>
<h1>Welcome!</h1>
<NuxtLink to="/about">
About page
</NuxtLink>
2017-01-11 19:13:38 +00:00
</div>
</template>