[Vuejs]-Retrieving and Displaying Data Based on UUID Relationship in Vue App

0👍

I fixed the issue…

I used the endpoint that gives me all steps regardless of UUID’s…
And I just used item.filter filtered all JSON objects according to parameters in the router and get only the matching ones.

Now it works just like how I want.

Leave a comment