From 0b3235d419654bd4435cd792c115b1c538121973 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Sat, 24 Oct 2015 04:38:40 +0900 Subject: [PATCH] improve internal link on v-show and v-else --- src/api/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/index.md b/src/api/index.md index c3087b7b3e..03735971b0 100644 --- a/src/api/index.md +++ b/src/api/index.md @@ -1455,7 +1455,7 @@ type: api Toggle's the element's `display` CSS property based on the truthy-ness of the expression value. Triggers transitions if present. -- **See also:** [Conditional Rendering](/guide/conditional.html#v-show) +- **See also:** [Conditional Rendering - v-show](/guide/conditional.html#v-show) ### v-else @@ -1476,7 +1476,7 @@ type: api ``` -- **See also:** [Conditional Rendering](/guide/conditional.html#v-show) +- **See also:** [Conditional Rendering - v-else](/guide/conditional.html#v-else) ### v-for