Skip to content

Commit 7c68a45

Browse files
committed
Success page
1 parent 1d542d1 commit 7c68a45

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/success.vue

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<template>
2+
<div>
3+
<h1>Thank you for your order!</h1>
4+
<h2>Please check your email for an order confirmation</h2>
5+
</div>
6+
</template>
7+
8+
<style scoped>
9+
h1 {
10+
@apply h-10 p-6 text-3xl font-bold text-center;
11+
}
12+
13+
h2 {
14+
@apply h-10 p-6 text-2xl font-bold text-center mt-4;
15+
}
16+
</style>

0 commit comments

Comments
 (0)