inzynieria_frontend/pages/index.vue
2021-12-10 18:30:01 +01:00

9 lines
147 B
Vue

<template>
<main>
<h1>Cat or Not</h1>
<nuxt-link to="/check">
<Button text="GET STARTED" />
</nuxt-link>
</main>
</template>