Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More people are reporting this: https://stackoverflow.com/questions/74037132/how-to-correctly-listen-to-an-event-in-vue-3-using-ts
It seems to be caused by testing, because I only get this when building.
src/components/Search.vue:4:6 - error TS2322: Type '() => Promise<void>' is not assignable to type 'Event'. 4 @submit.prevent="submit"
The text was updated successfully, but these errors were encountered:
Duplicate of #1985
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
More people are reporting this: https://stackoverflow.com/questions/74037132/how-to-correctly-listen-to-an-event-in-vue-3-using-ts
It seems to be caused by testing, because I only get this when building.
The text was updated successfully, but these errors were encountered: