1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-24 21:35:06 +03:00

Added comment for vue-router issue

This commit is contained in:
zeot 2019-02-15 15:52:49 +04:00
parent c2dd7f23dc
commit ffa63c82a2

View File

@ -6,6 +6,7 @@ function createRouter () {
fallback: false, fallback: false,
// TODO update vue-router when scroll issue will be fixed // TODO update vue-router when scroll issue will be fixed
// https://github.com/vuejs/vue-router/issues/2095 // https://github.com/vuejs/vue-router/issues/2095
// Router doesnt support navigation to same anchor yet
// https://github.com/vuejs/vue-router/issues/1668 // https://github.com/vuejs/vue-router/issues/1668
scrollBehavior (to, from, savedPosition) { scrollBehavior (to, from, savedPosition) {
if (savedPosition) { if (savedPosition) {