Преглед изворни кода

:sparkles: address #77 | adding scroll to top router guard

tags/0.9.0
j пре 4 година
родитељ
комит
401751b816
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4
    0
      vue-theme/src/router/index.js

+ 4
- 0
vue-theme/src/router/index.js Прегледај датотеку

@@ -10,6 +10,10 @@ const router = createRouter({
10 10
 
11 11
 router.beforeEach((to, from, next) => {
12 12
     document.title = 'Craft in America'
13
+
14
+    // Scroll to top
15
+    window.scrollTo(0, 0)
16
+
13 17
     // Append list type
14 18
     if (to.path.split('/').length > 1 && to.path.split('/')[1]) {
15 19
         const path = convertTitleCase(to.path.split('/')[1])

Loading…
Откажи
Сачувај