vuejs / vue-hackernews-2.0

HackerNews clone built with Vue 2.0, vue-router & vuex, with server-side rendering
MIT License
10.96k stars 2.15k forks source link

Is the “router.beforeResolve” function of entry-client.js really right? #393

Open okkeman opened 4 years ago

okkeman commented 4 years ago

I think its just effect to the same route, but not the different Route. Becaulse when it happens, router.beforeResolve will fetch new Data that it had been fetched by entry-server.js.

gayanov commented 3 years ago

functional beforeEnter is work