add quiz questions
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user