From e048ca52577512c9510debcbf111f13485d65dbd Mon Sep 17 00:00:00 2001 From: Jakub Date: Tue, 21 Feb 2017 18:54:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20ReactiveProp=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/examples/ReactivePropExample.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/examples/ReactivePropExample.js b/src/examples/ReactivePropExample.js index e5b9dea..44f2e7a 100644 --- a/src/examples/ReactivePropExample.js +++ b/src/examples/ReactivePropExample.js @@ -1,8 +1,8 @@ import BarChart from '../BaseCharts/Bar' -import reactiveData from '../mixins/reactiveProp' +import reactiveProp from '../mixins/reactiveProp' export default BarChart.extend({ - mixins: [reactiveData], + mixins: [reactiveProp], mounted () { this.renderChart(this.chartData)