Skip to content

Commit ce6a3f4

Browse files
authored
Merge pull request #38 from Miltonbhowmick/master
Fixed wrong text/concept between v-for and v-if directive as per from…
2 parents 25d1dcb + 3a1aa86 commit ce6a3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ List of 300 VueJS Interview Questions
556556
**[⬆ Back to Top](#table-of-contents)**
557557
558558
10. ### Why should not use if and for directives together on the same element?
559-
It is recommended not to use v-if on the same element as v-for. Because v-for directive has a higher priority than v-if.
559+
It is recommended not to use v-if on the same element as v-for. Because v-if directive has a higher priority than v-for.
560560
561561
There are two cases where developers try to use this combination,
562562

0 commit comments

Comments
 (0)