单项选择题

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

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