Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ce6a3f4

Browse files
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /