This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Zaimki/components/NotFound.vue

16 lines
333 B
Vue

<template>
<div>
<h2>
<Icon v="person-dolly-empty"/>
<T>notFound.message</T>
</h2>
<p class="h4 mt-4">
<nuxt-link to="/">
<Icon v="chevron-circle-left"/>
<T>notFound.back</T>
</nuxt-link>
</p>
</div>
</template>