全局后置钩子对于分析、更改页面标题、声明页面等辅助功能以及许多其他事情都很有用。
示例 :
router.afterEach((to, from, failure) => { console.log(to, from, failure); })