Skip to content

Commit 8af2a14

Browse files
ajycc20hejiawei02
andauthored
fix: render-function, transitions-enterleave.md (vuejs#464)
fix the hyperlink of `this.$slots` fix the hyperlink of 'dynamic component' Co-authored-by: hejiawei02 <[email protected]>
1 parent e06f277 commit 8af2a14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/guide/render-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ render() {
355355

356356
### Slots
357357

358-
You can access slot contents as Arrays of VNodes from [`this.$slots`](../api/#vm-slots):
358+
You can access slot contents as Arrays of VNodes from [`this.$slots`](../api/instance-properties.html#slots):
359359

360360
```js
361361
render() {

src/guide/transitions-enterleave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ We can use this to coordinate more expressive movement, such as a folding card,
548548

549549
## Transitioning Between Components
550550

551-
Transitioning between components is even simpler - we don't even need the `key` attribute. Instead, we wrap a [dynamic component](components.html#Dynamic-Components):
551+
Transitioning between components is even simpler - we don't even need the `key` attribute. Instead, we wrap a [dynamic component](component-basics.html#dynamic-components):
552552

553553
TODO: update to Vue 3
554554

0 commit comments

Comments
 (0)