Question 9
Consider the below Vue app.
What happens when the user navigates to an undefined route like "/random"?
Browser navigates to /random and shows a blank page.
Browser navigates to /random but renders nothing.
Browser redirects to /about and displays "About".
Error: No matching route.