...
/Challenge: Display Order Details for Single Order
Challenge: Display Order Details for Single Order
In this challenge, you’ll implement the order details display method for a specific order.
Introduction
When we click on any order in the orderHistory
page, we’ll see the orderDetail
page:
Create view component
First, we’ll create a basic Vue page, OrderDetails.vue
, in the views
directory.
It ...