Nuxt/test/fixtures/module/views/index.vue
Sébastien Chopin c5b5913402 Update test
2017-05-21 19:18:26 +02:00

7 lines
129 B
Vue
Executable File

<template>
<div>
<h1>{{ $reverseStr('NUXT') }}</h1>
<nuxt-link to="/about">About page</nuxt-link>
</div>
</template>