mirror of
https://github.com/aelve/guide.git
synced 2024-12-23 21:02:13 +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,
|
||||
// TODO update vue-router when scroll issue will be fixed
|
||||
// https://github.com/vuejs/vue-router/issues/2095
|
||||
// Router doesnt support navigation to same anchor yet
|
||||
// https://github.com/vuejs/vue-router/issues/1668
|
||||
scrollBehavior (to, from, savedPosition) {
|
||||
if (savedPosition) {
|
||||
|
Loading…
Reference in New Issue
Block a user