Skip to content

Commit 20a3dc9

Browse files
mPythchrisvfritz
authored andcommitted
Create conditional.md (#946)
fix for the typo at the end of the page
1 parent 7e38b9d commit 20a3dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/conditional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ Generally speaking, `v-if` has higher toggle costs while `v-show` has higher ini
196196

197197
## `v-if` with `v-for`
198198

199-
When used together with `v-for`, `v-for` has a higher priority than `v-if`. See the <a href="../guide/list.html#V-for-and-v-if">list rendering guide</a> for details.
199+
When used together with `v-if`, `v-for` has a higher priority than `v-if`. See the <a href="../guide/list.html#V-for-and-v-if">list rendering guide</a> for details.

0 commit comments

Comments
 (0)