You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/vue.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,12 @@ The `UnLazyImage` component accepts the following props:
68
68
|`placeholderSize`| Number | The size of the longer edge (width or height) of the BlurHash image to be decoded, depending on the aspect ratio. This option only applies when the `blurhash` prop is used. |
69
69
|`preload`| Boolean | A flag to indicate whether the image should be preloaded, even if it's not in the viewport yet. |
70
70
71
+
### Emitted Events
72
+
73
+
| Event | Description |
74
+
| --- | --- | --- |
75
+
|`loaded`| Emitted when the image has been loaded. The event payload is the image element itself. |
0 commit comments