9 lines
147 B
Vue
9 lines
147 B
Vue
<template>
|
|
<main>
|
|
<h1>Cat or Not</h1>
|
|
<nuxt-link to="/check">
|
|
<Button text="GET STARTED" />
|
|
</nuxt-link>
|
|
</main>
|
|
</template>
|