feat: timer in quiz

This commit is contained in:
Jannat Patel
2024-10-14 14:31:26 +05:30
parent 961d5ec77b
commit f33e950e83
5 changed files with 123 additions and 42 deletions

View File

@@ -21,7 +21,7 @@
<script setup>
import { Star } from 'lucide-vue-next'
import { computed, ref, watch } from 'vue'
import { ref, watch } from 'vue'
const props = defineProps({
id: {