From 7e68fc97bee193d17b16d2f7e9049830e4c63cde Mon Sep 17 00:00:00 2001 From: James Date: Fri, 1 Feb 2019 21:30:31 -0700 Subject: [PATCH] Ignore linting error Linting is complaining about the evt variable not being used: `error: 'evt' is defined but never used` --- src/components/Sidebar/SidebarNav.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Sidebar/SidebarNav.vue b/src/components/Sidebar/SidebarNav.vue index 2a139398..703a3eda 100644 --- a/src/components/Sidebar/SidebarNav.vue +++ b/src/components/Sidebar/SidebarNav.vue @@ -89,6 +89,7 @@ export default { } }, methods: { + // eslint-disable-next-line scrollHandle (evt) { // console.log(evt) }