
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

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.