first commit
This commit is contained in:
15
spa/src/components/ProductCard.vue
Normal file
15
spa/src/components/ProductCard.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="bg-white rounded-lg shadow p-3">
|
||||
<img src="https://placehold.co/300x300" alt="Футболка" class="w-full h-auto rounded-md mb-2" />
|
||||
<h2 class="font-semibold text-base">Базовая футболка</h2>
|
||||
<p class="text-sm text-gray-500">RUB 6,000</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user