VILT Components
Coming Soon
import ComingSoon from @/Components/ComingSoon.vue;
Add this beautiful coming soon page, before you are ready to go live!
To have a Coming Soon go to resources/js/Pages/Home.vue
, remove everything inside <template>
, add import ComingSoon from "@/Components/ComingSoon.vue"
; at the top and add <ComingSoon/>
between <template>
tags.
resources/js/Components/ComingSoon.vue
By default all the emails will be saved in coming_soon_emails
database table.
You can configure your own newsletter or email service to store the emails.