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