some fixes
This commit is contained in:
parent
97bb42f14f
commit
686971502f
2 changed files with 11 additions and 1 deletions
|
@ -2143,6 +2143,7 @@ const app = new Vue({
|
|||
}, 100);
|
||||
},
|
||||
setPagePos() {
|
||||
try{
|
||||
console.debug({
|
||||
href: window.location.hash,
|
||||
position: $("#app-content").scrollTop(),
|
||||
|
@ -2151,6 +2152,8 @@ const app = new Vue({
|
|||
href: window.location.hash,
|
||||
position: $("#app-content").scrollTop(),
|
||||
});
|
||||
} catch(e){
|
||||
}
|
||||
},
|
||||
routeView(item) {
|
||||
this.setPagePos();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue