1、确保该组件挂载在router.js 里面。 2、没挂载在router.js 里面的组件如果需要监听路由的话,用watch 监听 $ route 就行了。 $route: function(to, from) {}