Is there any way to fix this error in vue js (vue3) Before this error I had an error about prettier
I get this error when I run "npm runserve" I use "npm run lint -- --fix" but nothing changes
LoginPage.vue
eslintrc.js
P粉0417587002023-12-26 18:27:20
It literally tells you what the problem is
Don't remove unused var checks in eslint, that's just laziness.
It found two problems with your code:
. Reference: DocumentationHope this helps