Se connecter
diff --git a/src/components/BookCard.vue b/src/components/BookCard.vue
index 31040b8..fdb9fed 100644
--- a/src/components/BookCard.vue
+++ b/src/components/BookCard.vue
@@ -1,9 +1,23 @@
@@ -14,7 +28,12 @@ import { convertState } from '@/utils';
{{ props.book.title }}
- Livre écrit par {{ props.book.author }}
+ Livre écrit par {{ props.book.author }}
+ Ajouté le {{ props.book.added_at.toLocaleDateString() }} à {{
+ props.book.added_at.getHours() }}:{{ props.book.added_at.getMinutes() }}
+
Mis à jour le {{
+ props.book.updated_at.toLocaleDateString() }} à {{ props.book.updated_at.getHours() }}:{{
+ props.book.updated_at.getMinutes() }}
Note
{{ props.book.note }}/5
@@ -23,11 +42,15 @@ import { convertState } from '@/utils';
+