Skip to content

Commit

Permalink
Update components.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MalikWhitten67 committed Sep 28, 2023
1 parent 5e632a2 commit e7b0674
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/docs/basics/components.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ <h1 class="text-2xl font-bold mt-8">References</h1>
</markdown>
<p>
Vader.js provides several lifecycle methods that you can override to handle different events throughout the component's lifecycle:
</p>
<markdown class="text-lg font-bold badge badge-ghost te">
### componentUpdated(prev_states, prev_props, snapshot)
</p> <markdown class="text-lg font-bold badge badge-ghost ">
### componentUpdated()
</markdown>

<markdown class="list-inside flex flex-col gap-4 mt-3">
- The <span class="badge badge-ghost">componentUpdated</span> method is an overrideable method that is called by Vader when the component's content has changed.
It receives three arguments:
Expand Down Expand Up @@ -113,4 +113,4 @@ <h1 class="text-2xl font-bold mt-8">References</h1>

</p>
</div>
</body>
</body>

0 comments on commit e7b0674

Please sign in to comment.