Vue JS Practice Test
Vue JS Vue JS Router and Navigation
Which Vue Router function is used to programmatically navigate to a new route?
Select your answer
A
router.push()
B
router.go()
C
router.navigate()
D
router.redirect()
Hint