Nuxt/examples/hello-world/pages/index.vue
2016-11-27 13:39:52 +01:00

7 lines
116 B
Vue
Executable File

<template>
<div>
<h1>Welcome!</h1>
<router-link to="/about">About page</router-link>
</div>
</template>