chore: Prettified Code

[ci skip]
This commit is contained in:
vapormusic 2022-10-07 16:03:57 +00:00 committed by cider-chore[bot]
parent 686971502f
commit 9b407e9e9b

View file

@ -2143,7 +2143,7 @@ const app = new Vue({
}, 100); }, 100);
}, },
setPagePos() { setPagePos() {
try{ try {
console.debug({ console.debug({
href: window.location.hash, href: window.location.hash,
position: $("#app-content").scrollTop(), position: $("#app-content").scrollTop(),
@ -2152,8 +2152,7 @@ const app = new Vue({
href: window.location.hash, href: window.location.hash,
position: $("#app-content").scrollTop(), position: $("#app-content").scrollTop(),
}); });
} catch(e){ } catch (e) {}
}
}, },
routeView(item) { routeView(item) {
this.setPagePos(); this.setPagePos();