1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-03 17:24:29 +00:00
Nuxt/examples/extend-app/pages/index.vue

7 lines
134 B
Vue
Raw Normal View History

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