Skip to main content

Wishlist

You are reading an outdated document

Get the latest developer guides on Fynd Partners Help

The wishlist page will render a wishlist page.

QG11


Argument to be passed

contexttypeDescription
favouritesobjectfavourite object consist of details like data

context.favourite

This will be the object that Returns the favourite item in wishlist page.

Example

<div class="product-container">
<div
v-for="(product, index) in context.favourites.data" :key="index + '-product.uid'" >
{{product}}
</div>
</div>