Skip to content

Commit 504c0b1

Browse files
committed
🐛 Fix link in readme
1 parent 8795e45 commit 504c0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ However you can simply implement this by your own or use one of the two mixins w
118118
Both are included in the `mixins` module.
119119

120120
The mixins automatically create `chartData` as a prop or data. And add a watcher. If data has changed, the chart will update.
121-
However keep in mind the limitations of vue and javascript for mutations on arrays and objects. More info [here](http://localhost:8080/#/home?id=reactive-data)
121+
However keep in mind the limitations of vue and javascript for mutations on arrays and objects. More info [here](http://vue-chartjs.org/#/home?id=reactive-data)
122122

123123
```javascript
124124
// MonthlyIncome.js

0 commit comments

Comments
 (0)