-
+
\ No newline at end of file
diff --git a/src/components/ProductDetails.vue b/src/components/ProductDetails.vue
new file mode 100644
index 0000000..63f0439
--- /dev/null
+++ b/src/components/ProductDetails.vue
@@ -0,0 +1,13 @@
+
+
+
-
\ No newline at end of file
+
diff --git a/src/components/ReviewForm.vue b/src/components/ReviewForm.vue
index edaaf4b..6d02ad4 100644
--- a/src/components/ReviewForm.vue
+++ b/src/components/ReviewForm.vue
@@ -1,51 +1,41 @@
-
\ No newline at end of file
diff --git a/src/components/ReviewList.vue b/src/components/ReviewList.vue
index c06103d..d92019c 100644
--- a/src/components/ReviewList.vue
+++ b/src/components/ReviewList.vue
@@ -1,21 +1,30 @@
-
Reviews:
-
-
- {{ review.name }} gave this {{ review.rating }} stars
-
- "{{ review.content }}"
+
Commentaires:
+
+
+
+
{{ index + 1 }}
+
name {{ r.name }}
+
review {{ r.review }}
+
rating {{ r.rating }}
+
Aucun commentaire.
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/src/main.js b/src/main.js
index 90e6400..0483056 100644
--- a/src/main.js
+++ b/src/main.js
@@ -3,4 +3,4 @@ import App from './App.vue'
import './assets/main.css'
-createApp(App).mount('#app')
+createApp(App).mount('#app')
\ No newline at end of file