1/4
response.json())
.then(({ products }) => {
if (products.length > 0) {
this.recomended_products = products;
this.loading_recomendations = true;
this.initial_load = false;
}
}
);
}
}"
x-show="recomended_products.length > 0 || initial_load == true"
x-init="getRecomendations();">
You may also like
Write a review
|
Ask a question