Create Routes in Vue and Understand the Path Hierarchy

InstructorLaurie Barth

Share this video with your friends

Send Tweet

We can create routes with other URL paths. It's important to know that the router will navigate to the first matching path it finds in the route record array. So matching paths will be ignored once the first match is found.