Edit and delete flashcards!

This commit is contained in:
2026-06-28 23:37:26 -07:00
parent 6f68049120
commit 4347cb9c91
3 changed files with 203 additions and 2 deletions
+5 -1
View File
@@ -43,7 +43,11 @@
md="6"
lg="4"
>
<FlashcardCard :flashcard="flashcard" />
<FlashcardCard
:flashcard="flashcard"
@updated="refreshFlashcards"
@deleted="refreshFlashcards"
/>
</v-col>
</v-row>