单项选择题

Vue Router中的全局前置守卫是使用哪个方法注册的()

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