From 05af66d5b55578ee60308bf06ec1df23ed45e362 Mon Sep 17 00:00:00 2001 From: Kevin Cunningham Date: Mon, 22 May 2023 10:53:23 +0100 Subject: [PATCH] Update lifecycle.md Adds a new line before the table to allow the Markdown to render properly. --- docs/vue/lifecycle.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/vue/lifecycle.md b/docs/vue/lifecycle.md index b9f16fc9cad..13994e5b802 100644 --- a/docs/vue/lifecycle.md +++ b/docs/vue/lifecycle.md @@ -9,6 +9,7 @@ This guide discusses how to use the Ionic Framework Lifecycle events in an Ionic ## Ionic Framework Lifecycle Methods Ionic Framework provides a few lifecycle methods that you can use in your apps: + | Event Name | Description | | ------------------ | ------------------------------------------------------------------ | | `ionViewWillEnter` | Fired when the component routing to is about to animate into view. |