Skip to content

Commit 7baac69

Browse files
committed
Merge branch 'master' of github.com:vuejs/vuejs.org
2 parents 3adfba2 + 0de96c7 commit 7baac69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ type: api
14551455

14561456
Toggle's the element's `display` CSS property based on the truthy-ness of the expression value. Triggers transitions if present.
14571457

1458-
- **See also:** [Conditional Rendering](/guide/conditional.html#v-show)
1458+
- **See also:** [Conditional Rendering - v-show](/guide/conditional.html#v-show)
14591459

14601460
### v-else
14611461

@@ -1476,7 +1476,7 @@ type: api
14761476
</div>
14771477
```
14781478

1479-
- **See also:** [Conditional Rendering](/guide/conditional.html#v-show)
1479+
- **See also:** [Conditional Rendering - v-else](/guide/conditional.html#v-else)
14801480

14811481
### v-for
14821482

0 commit comments

Comments
 (0)