Lint fixes
parent
5b5570979e
commit
45b948da88
|
@ -110,7 +110,7 @@ export default {
|
|||
if (ua.indexOf('MSIE ') > 0 || ua.indexOf('Trident/') > 0) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
return false;
|
||||
}
|
||||
},
|
||||
|
|
|
@ -162,7 +162,7 @@ Vue.component('Galleria', Galleria);
|
|||
|
||||
Vue.component('CodeHighlight', CodeHighlight);
|
||||
|
||||
router.beforeEach(function (to, from, next) {
|
||||
router.beforeEach(function (to, from, next) {
|
||||
window.scrollTo(0, 0);
|
||||
next();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue