8000 Ignore linting error · digital-codes/coreui-vue@7e68fc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e68fc9

Browse files
authored
Ignore linting error
Linting is complaining about the evt variable not being used: `error: 'evt' is defined but never used`
1 parent 4786a6e commit 7e68fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Sidebar/SidebarNav.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export default {
8989
}
9090
},
9191
methods: {
92+
// eslint-disable-next-line
9293
scrollHandle (evt) {
9394
// console.log(evt)
9495
}

0 commit comments

Comments
 (0)
0