mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4222 - Avatar: Return target in error event callback
This commit is contained in:
parent
e7f11e883e
commit
81de29c8ca
3 changed files with 11 additions and 4 deletions
2
components/lib/avatar/Avatar.d.ts
vendored
2
components/lib/avatar/Avatar.d.ts
vendored
|
@ -125,7 +125,7 @@ export interface AvatarEmits {
|
|||
/**
|
||||
* Triggered when an error occurs while loading an image file.
|
||||
*/
|
||||
error(): void;
|
||||
error(event: Event): void;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue