Code style tweak
This commit is contained in:
parent
a45d2965e9
commit
b52a4e1225
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue