Nuxt/examples/component-injection/articles/article-1.vue

7 lines
144 B
Vue
Raw Normal View History

<template>
<div>
<h1>Article 1</h1>
<p>Hello I am the first article :)</p>
<nuxt-link to="/">Home</nuxt-link>
</div>
</template>