-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
QImg events types #16545
Comments
You can make a PR for this - the description is good, only the parameter name is strange |
Fix will be available in Quasar v2.13.1 |
@rstoenescu I think the main point here is the payload being an instance of |
Unfortunately, checking the code, it looks like it can be Event (from |
@yusufkandemir |
@rstoenescu yes, I am aware of that, that's the point. We are emitting |
@yusufkandemir thanks for pointing this out. Final fix will be available on Quasar v2.13.2 |
Description
documentation says @error take src parameter:
while at runtime it actually pass Event with type 'error' object:
template:
script:
Documentation Section URL
https://quasar.dev/vue-components/img#qimg-api
Flavour
None
Areas
TypeScript Support
The text was updated successfully, but these errors were encountered: