Currently, our app is missing a couple pretty important features. Specifically, whenever a user creates a new event from the EventCreate view, we want to take them to that new event. In other words, we want to use Vue Router to navigate the user to the EventDetails view, which displays the details for the event they just created. S