feat: quiz creation from lesson form

This commit is contained in:
Jannat Patel
2024-08-12 12:47:17 +05:30
parent 62ab853605
commit 2994144718
3 changed files with 20 additions and 9 deletions

View File

@@ -70,7 +70,14 @@
</template>
<script setup>
import { Breadcrumbs, FormControl, createResource, Button } from 'frappe-ui'
import { computed, reactive, onMounted, inject, ref, onBeforeUnmount } from 'vue'
import {
computed,
reactive,
onMounted,
inject,
ref,
onBeforeUnmount,
} from 'vue'
import EditorJS from '@editorjs/editorjs'
import LessonPlugins from '@/components/LessonPlugins.vue'
import { ChevronRight } from 'lucide-vue-next'