Skip to content

Commit

Permalink
docs: fix table for vue, nuxt events (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloky authored Jan 7, 2024
1 parent 73abd51 commit 76a6c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/integrations/nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The `UnLazyImage` component accepts the following props:
### Emitted Events

| Event | Description |
| --- | --- | --- |
| --- | --- |
| `loaded` | Emitted when the image has been loaded. The event payload is the image element itself. |

## Examples
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The `UnLazyImage` component accepts the following props:
### Emitted Events

| Event | Description |
| --- | --- | --- |
| --- | --- |
| `loaded` | Emitted when the image has been loaded. The event payload is the image element itself. |

## Examples
Expand Down

0 comments on commit 76a6c58

Please sign in to comment.