added cart item link
This commit is contained in:
@@ -150,9 +150,12 @@ watch(
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<span class="font-semibold typo-sub-h-sm lg:typo-sub-h-xl text-black">
|
||||
<NuxtLink
|
||||
:to="`product/${data.product.id}`"
|
||||
class="font-semibold typo-sub-h-sm lg:typo-sub-h-xl text-black underline underline-offset-2"
|
||||
>
|
||||
{{ data.product.title }}
|
||||
</span>
|
||||
</NuxtLink>
|
||||
|
||||
<div class="flex items-center justify-start gap-1.5">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user