Skip to content

Commit c1dd86b

Browse files
committedApr 6, 2022
lifecycle diagram updated
1 parent 06aba9f commit c1dd86b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ List of 300 VueJS Interview Questions
271271
3. ### What are the lifecycle methods of VueJS?
272272
Lifecycle hooks are a window into how the library you’re using works behind-the-scenes. By using these hooks, you will know when your component is created, added to the DOM, updated, or destroyed. Let's look at lifecycle diagram before going to each lifecycle hook in detail,
273273

274-
<img src="https://github.com/sudheerj/vuejs-interview-questions/blob/master/images/vuelifecycle.png" width="400" height="800">
274+
<img src="https://github.com/sudheerj/vuejs-interview-questions/blob/master/images/lifecycle.png" width="400" height="800">
275275

276276
1. **Creation(Initialization):**
277277
Creation Hooks allow you to perform actions before your component has even been added to the DOM. You need to use these hooks if you need to set things up in your component both during client rendering and server rendering. Unlike other hooks, creation hooks are also run during server-side rendering.

‎images/lifecycle.png

186 KB
Loading

‎images/vuelifecycle.png

-48.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.