Skip to content

Commit 3b6758b

Browse files
authored
docs(README): correct the link (#295)
1 parent a375c8f commit 3b6758b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ render() {
8282
}
8383
```
8484

85-
with the spread operator (object needs to be compatible with [Vue Data Object](https://vuejs.org/v2/guide/render-function.html#The-Data-Object-In-Depth)):
85+
with the spread operator (object needs to be compatible with [Vue Data Object](https://v2.vuejs.org/v2/guide/render-function.html#The-Data-Object-In-Depth)):
8686

8787
```jsx
8888
render() {

0 commit comments

Comments
 (0)