adds success page
This commit is contained in:
4
pages/TestPage.vue
Normal file
4
pages/TestPage.vue
Normal file
@ -0,0 +1,4 @@
|
||||
<template>
|
||||
<h1> Thanks, boo 💝 </h1>
|
||||
<NuxtLink to="/">let's go home</NuxtLink>
|
||||
</template>
|
Reference in New Issue
Block a user