单项选择题

在Vue Router中,路由独享的守卫beforeEnter可以在哪个配置上定义()

A.路由对象
B.路由实例
C.路由配置
D.路由参数

<上一题 目录 下一题>
热门 试题

单项选择题
Vue Router的全局后置钩子是使用哪个方法注册的()

A.router.afterEach()
B.router.beforeEach()
C.router.afterEnter()
D.router.beforeLeave()

单项选择题
在Vue Router中,哪个函数用于响应路由参数的变化()

A.watch(route.path)
B.watch(route.query)
C.watch(route.params)
D.watch(route.fullPath)

相关试题
  • 在Spring Security中,哪个注解用于设置权...
  • SecurityContextRepository接口中哪个方法...
  • 在Spring Security中,哪个接口用于获取用...
  • Spring Security是一个什么的安全框架()
  • 在RBAC模型中, Who 对 What 进行 How...