add quiz questions

This commit is contained in:
2024-04-08 09:34:45 -06:00
parent 56e660f49d
commit 5ab5cf62db
6 changed files with 316 additions and 5 deletions

View File

@ -1,12 +1,18 @@
<script setup lang="ts">
import EnterDetailsModal from "@/components/enter-details-modal.vue";
import WizardQuestions from "@/components/wizard-questions.vue";
</script>
<template>
<div>
<h1>Wizard</h1>
<enter-details-modal />
<!-- <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 />
</div>
</template>