Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Ignore linting error
Linting is complaining about the evt variable not being used:

`error: 'evt' is defined but never used`
  • Loading branch information
jamesobd authored Feb 2, 2019
commit 7e68fc97bee193d17b16d2f7e9049830e4c63cde
1 change: 1 addition & 0 deletions src/components/Sidebar/SidebarNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default {
}
},
methods: {
// eslint-disable-next-line
scrollHandle (evt) {
// console.log(evt)
}
Expand Down