3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Code style tweak

This commit is contained in:
Dragory 2019-07-29 22:58:13 +03:00
parent a45d2965e9
commit b52a4e1225

View file

@ -80,7 +80,7 @@ export const router = new VueRouter({
},
],
scrollBehavior: function(to) {
scrollBehavior(to) {
if (to.hash) {
return {
selector: to.hash,