fixed back link
This commit is contained in:
@@ -81,7 +81,7 @@ const hasCartItem = computed(() => !!cart.value && cart.value.items.length! > 0)
|
||||
icon="bi:cart"
|
||||
>
|
||||
<template #actions>
|
||||
<NuxtLink :to="{ name: 'products' }">
|
||||
<NuxtLink :to="{ name: 'products-slug' }">
|
||||
<Button
|
||||
class="rounded-full"
|
||||
size="md"
|
||||
|
||||
Reference in New Issue
Block a user