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:
parent
c2dd7f23dc
commit
ffa63c82a2
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user