You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ List of 300 VueJS Interview Questions
27
27
|4 |[What are the conditional directives](#what-are-the-conditional-directives)|
28
28
|5 |[What is the difference between v-show and v-if directives](#what-is-the-difference-between-v-show-and-v-if-directives)|
29
29
|6 |[What is the purpose of v-for directive?](#what-is-the-purpose-of-v-for-directive)|
30
-
|7 |[What is vue instance?](#what-is-vue-instance)|
31
-
|8 |[How do you achieve conditional group of elements?](#how-do-you-achieve-conditional-group-of-elements)|
32
-
|9 |[How do you reuse elements with key attribute?](#how-do-you-reuse-elements-with-key-attribute)|
33
-
|10 |[Why should not use if and for directives together on the same element?](#why-should-not-use-if-and-for-directives-together-on-the-same-element)|
34
-
|11 |[Why do you need to use key attribute on for directive?](#why-do-you-need-to-use-key-attribute-on-for-directive)|
30
+
|7 |[What is a vue instance?](#what-is-vue-instance)|
31
+
|8 |[How do you achieve a conditional group of elements?](#how-do-you-achieve-conditional-group-of-elements)|
32
+
|9 |[How do you reuse elements with a key attribute?](#how-do-you-reuse-elements-with-key-attribute)|
33
+
|10 |[Why should you not use if and for directives together on the same element?](#why-should-not-use-if-and-for-directives-together-on-the-same-element)|
34
+
|11 |[Why do you need to use a key attribute on for directive?](#why-do-you-need-to-use-key-attribute-on-for-directive)|
35
35
|12 |[What are the array detection mutation methods?](#what-are-the-array-detection-mutation-methods)|
36
36
|13 |[What are the array detection non mutation methods?](#what-are-the-array-detection-non-mutation-methods)|
37
37
|14 |[What are the caveats of array changes detection?](#what-are-the-caveats-of-array-changes-detection)|
0 commit comments