We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b358b commit e048ca5Copy full SHA for e048ca5
src/examples/ReactivePropExample.js
@@ -1,8 +1,8 @@
1
import BarChart from '../BaseCharts/Bar'
2
-import reactiveData from '../mixins/reactiveProp'
+import reactiveProp from '../mixins/reactiveProp'
3
4
export default BarChart.extend({
5
- mixins: [reactiveData],
+ mixins: [reactiveProp],
6
7
mounted () {
8
this.renderChart(this.chartData)
0 commit comments