BugReport/webapp/src/views/Archive.vue

7 lines
106 B
Vue

<template>
<div>
<h1>Archív</h1>
<router-link to="/">Späť domov</router-link>
</div>
</template>