From 43bada7b1503bef29950035802431e6a93032748 Mon Sep 17 00:00:00 2001 From: Job van der Voort Date: Thu, 29 Jun 2017 20:43:39 +0100 Subject: [PATCH] fix a typo in an example --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 1592c33f..9ad19c2a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -134,7 +134,7 @@ export default Bar.extend({ ] } } - } + }, mounted () { this.renderChart(this.datacollection, {responsive: true, maintainAspectRatio: false}) }