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) { if (to.hash) {
return { return {
selector: to.hash, selector: to.hash,