Skip to content

Commit 675b512

Browse files
Alex-Sokolovkazupon
authored andcommitted
Change link to relative (vuejs#890)
1 parent 0f99909 commit 675b512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/render-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ Everything the component needs is passed through `context`, which is an object c
478478
- `data`: The entire data object passed to the component
479479
- `parent`: A reference to the parent component
480480
- `listeners`: (2.3.0+) An object containing parent-registered event listeners. This is simply an alias to `data.on`
481-
- `injections`: (2.3.0+) if using the [`inject`](https://vuejs.org/v2/api/#provide-inject) option, this will contain resolved injections.
481+
- `injections`: (2.3.0+) if using the [`inject`](../api/#provide-inject) option, this will contain resolved injections.
482482

483483
After adding `functional: true`, updating the render function of our anchored heading component would simply require adding the `context` argument, updating `this.$slots.default` to `context.children`, then updating `this.level` to `context.props.level`.
484484

0 commit comments

Comments
 (0)