fixed closeNav function throwing an error

This commit is contained in:
cnachtigall1991
2021-10-20 18:14:25 +02:00
parent ed1893ffc5
commit 81e1bf251a
3 changed files with 10 additions and 9 deletions

View File

@@ -181,7 +181,7 @@ export default {
})
document.addEventListener('click', () => {
closeNav('#matchNav')
closeNav('matchNav')
})
return {