Skip to content

Commit e048ca5

Browse files
authored
🐛 Fix ReactiveProp example
1 parent c6b358b commit e048ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/ReactivePropExample.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import BarChart from '../BaseCharts/Bar'
2-
import reactiveData from '../mixins/reactiveProp'
2+
import reactiveProp from '../mixins/reactiveProp'
33

44
export default BarChart.extend({
5-
mixins: [reactiveData],
5+
mixins: [reactiveProp],
66

77
mounted () {
88
this.renderChart(this.chartData)

0 commit comments

Comments
 (0)