单项选择题
A.路由对象B.路由实例C.路由配置D.路由参数
Vue Router的全局后置钩子是使用哪个方法注册的()A.router.afterEach()B.rout...
单项选择题Vue Router的全局后置钩子是使用哪个方法注册的()
A.router.afterEach()B.router.beforeEach()C.router.afterEnter()D.router.beforeLeave()
在Vue Router中,哪个函数用于响应路由参数的变化()A.watch(route.path)B.watc...
单项选择题在Vue Router中,哪个函数用于响应路由参数的变化()
A.watch(route.path)B.watch(route.query)C.watch(route.params)D.watch(route.fullPath)
在Vue Router中,哪个属性用于定义路由的路径()A.pathB.nameC.componentD.re...
单项选择题在Vue Router中,哪个属性用于定义路由的路径()
A.pathB.nameC.componentD.redirect