Skip to content

Commit 3a1aa86

Browse files
Fixed wrong text/concept between v-for and v-if directive as per from vue docs
1 parent 25d1dcb commit 3a1aa86

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)