We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8434082 commit fec7331Copy full SHA for fec7331
packages/theme/pages/Category.vue
@@ -253,6 +253,7 @@
253
</template>
254
<template #actions>
255
<SfButton
256
+ v-if="isAuthenticated"
257
class="sf-button--text products__product-card-horizontal__add-to-wishlist"
258
@click="addItemToWishlist(product)"
259
>
@@ -412,6 +413,7 @@ import {
412
413
SfAccordion,
414
SfSelect,
415
SfBreadcrumbs,
416
+ SfLink,
417
SfLoader,
418
SfColor,
419
SfProperty,
@@ -458,6 +460,7 @@ export default defineComponent({
458
460
459
461
SfHeading,
462
463
464
LazyHydrate,
465
},
466
middleware: cacheControl({
0 commit comments