finish the wizard UI

This commit is contained in:
2024-04-10 23:20:48 -06:00
parent bc8454e597
commit 0cb7d34bcf
4 changed files with 204 additions and 120 deletions

View File

@ -6,11 +6,12 @@ import WizardQuestions from "@/components/wizard-questions.vue";
<template>
<div class="h-full w-full flex flex-col justify-center items-center">
<enter-details-modal />
<!-- <div class="h-full w-full flex flex-col justify-center items-center">-->
<enter-details-modal class="absolute" />
<!-- <iframe src="https://mw.sa.vin/index.php/lists/zq107l51gw5fc/subscribe?output=embed&width=400&height=400" width="400" height="400" frameborder="0" scrolling="yes"></iframe>-->
<wizard-questions class="" />
<wizard-questions />
</div>
</template>