File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 6
6
class =" text-black cursor-pointer hover:underline"
7
7
:to =" productLink(product)"
8
8
>
9
- <ProductImage :alt =" product.name" :src =" productImage(product)" />
9
+ <ProductsImage :alt =" product.name" :src =" productImage(product)" />
10
10
<div class =" flex justify-center pt-3" >
11
11
<p class =" text-2xl font-bold text-center cursor-pointer" >
12
12
{{ product.name }}
13
13
</p >
14
14
</div >
15
15
</NuxtLink >
16
- <ProductPrice
16
+ <ProductsPrice
17
17
:product =" product"
18
18
priceFontSize =" normal"
19
19
:shouldCenterPrice =" true"
24
24
</template >
25
25
26
26
<script setup>
27
- import ProductImage from " @/components/Products/ProductImage.vue" ;
28
- import ProductPrice from " @/components/Products/ProductPrice.vue" ;
29
-
30
27
const config = useRuntimeConfig ();
31
28
32
29
const props = defineProps ({
You can’t perform that action at this time.
0 commit comments