Skip to content

Commit 8045b2f

Browse files
committed
chore: wip
1 parent 5f52ae1 commit 8045b2f

File tree

7 files changed

+421
-8
lines changed

7 files changed

+421
-8
lines changed

bun.lockb

0 Bytes
Binary file not shown.

resources/components/Marketing/ComingSoon.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<script setup>
2-
// import BaseButton from '../Buttons/BaseButton.vue'
3-
42
// Reactive state for the email input
53
const email = ref('')
64
const loading = ref(false)

resources/views/index.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<script setup lang="ts">
22
defineOptions({
3-
name: 'Stacks.js. Next generation app & library development.',
3+
name: 'HomePage',
44
})
55
6-
// import { app } from '@stacksjs/config'
7-
86
// https://github.com/vueuse/head
97
// you can use this to manipulate the document head in any components,
108
// they will be rendered correctly in the html results with vite-ssg

0 commit comments

Comments
 (0)