I really want set title when I declare routes. e.g ``` const routes = [{ path: '/search', component: ActivityList, title: 'Search' }] ``` then title will change by the vue-router. how ? ps, I see the pull issue closed. why? https://github.com/vuejs/vue-router/pull/526