From 45b948da88eef9acd578511bba09db2ef47be940 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 13 May 2020 18:04:28 +0300 Subject: [PATCH] Lint fixes --- src/App.vue | 2 +- src/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index fc28c159a..80cb09b5e 100755 --- a/src/App.vue +++ b/src/App.vue @@ -110,7 +110,7 @@ export default { if (ua.indexOf('MSIE ') > 0 || ua.indexOf('Trident/') > 0) { return true; } - + return false; } }, diff --git a/src/main.js b/src/main.js index 1ee95933d..69d229733 100644 --- a/src/main.js +++ b/src/main.js @@ -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(); });