1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 17:39:06 +00:00
Nuxt/test/fixtures/with-config/pages/index.vue
2016-12-21 15:03:23 +01:00

7 lines
132 B
Vue

<template>
<div>
<h1>I have custom configurations</h1>
<nuxt-link to="/about">About page</nuxt-link>
</div>
</template>