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

7 lines
143 B
Vue
Raw Normal View History

<template>
<div>
<h1>Article 2</h1>
<p>Hello I am the second article!</p>
<nuxt-link to="/">Home</nuxt-link>
</div>
</template>