Skip to content

Commit

Permalink
docs(vue): fix lifecycle table formatting (#2967)
Browse files Browse the repository at this point in the history
Adds a new line before the table to allow the markdown to render properly
  • Loading branch information
doingandlearning authored Jun 12, 2023
1 parent 13e6bf9 commit bc06123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/vue/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

1 comment on commit bc06123

@vercel
Copy link

@vercel vercel bot commented on bc06123 Jun 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-ionic1.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app

Please sign in to comment.