We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25d1dcb + 3a1aa86 commit ce6a3f4Copy full SHA for ce6a3f4
README.md
@@ -556,7 +556,7 @@ List of 300 VueJS Interview Questions
556
**[⬆ Back to Top](#table-of-contents)**
557
558
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.
+ 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.
560
561
There are two cases where developers try to use this combination,
562
0 commit comments