Skip to content
Advertisement

How to randomly render products after get API to obtain data in Vue? [closed]

JavaScript

If i have data about products and i want to randomly render products what should i do?

Advertisement

Answer

You can set a computed property where you shuffle your products list, something like this:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement