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