Question 30
Answer the given Subquestions:
Using the same Vue Router configuration from the previous question, Select ALL correct statements about these navigation methods.
The "View User" link will navigate to /user/789 and match the UserProfile route
The navigateOne() method will create URL /user/555?tab=settings
The $router.replace() method adds a new entry to the browser history
The $router.go(-1) method navigates to the previous page in browser history