From 76a6c589decb4425283c0970f5eec986534cbab7 Mon Sep 17 00:00:00 2001 From: aydin Date: Sun, 7 Jan 2024 18:36:50 +0600 Subject: [PATCH] docs: fix table for vue, nuxt events (#41) --- docs/integrations/nuxt.md | 2 +- docs/integrations/vue.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/nuxt.md b/docs/integrations/nuxt.md index 89ddecd..319c7bc 100644 --- a/docs/integrations/nuxt.md +++ b/docs/integrations/nuxt.md @@ -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 diff --git a/docs/integrations/vue.md b/docs/integrations/vue.md index 5663831..c3a764b 100644 --- a/docs/integrations/vue.md +++ b/docs/integrations/vue.md @@ -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