diff --git a/frontend/components/product/ProductCard.vue b/frontend/components/product/ProductCard.vue new file mode 100644 index 0000000..00051b8 --- /dev/null +++ b/frontend/components/product/ProductCard.vue @@ -0,0 +1,63 @@ + + + + + + + + {{ rate }} + + + {{ tag }} + + + + + ${{ price }} + + + + {{ brand }} + + + {{ title }} + + + + + + + + \ No newline at end of file