Skip to content

Commit 0b3235d

Browse files
committed
improve internal link on v-show and v-else
1 parent c20af01 commit 0b3235d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/index.md

Lines changed: 2 additions & 2 deletions
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)