From 504c0b1d91e8d257e2e31143729d01e4d16662f8 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Wed, 8 Mar 2017 22:09:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20link=20in=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8621f8..3e00b16 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ However you can simply implement this by your own or use one of the two mixins w Both are included in the `mixins` module. The mixins automatically create `chartData` as a prop or data. And add a watcher. If data has changed, the chart will update. -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) +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) ```javascript // MonthlyIncome.js