Access Route Parameters in a Vue Component

InstructorLaurie Barth

Share this video with your friends

Send Tweet

In this lesson we'll create a route with an id parameter. We'll show three ways to access that id: through the template, through JavaScript, and through props.