From 1004f9be9ad3bba373055e8cecba9dbb88c5a757 Mon Sep 17 00:00:00 2001 From: mPyth Date: Fri, 9 Jun 2017 12:31:43 +0200 Subject: [PATCH] Create conditional.md fix for the typo at the end of the page --- src/v2/guide/conditional.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/conditional.md b/src/v2/guide/conditional.md index 8ee4615a31..7aeb439986 100644 --- a/src/v2/guide/conditional.md +++ b/src/v2/guide/conditional.md @@ -196,4 +196,4 @@ Generally speaking, `v-if` has higher toggle costs while `v-show` has higher ini ## `v-if` with `v-for` -When used together with `v-for`, `v-for` has a higher priority than `v-if`. See the list rendering guide for details. +When used together with `v-if`, `v-for` has a higher priority than `v-if`. See the list rendering guide for details.