diff --git a/src/index.js b/src/index.js index 7740349..158c938 100644 --- a/src/index.js +++ b/src/index.js @@ -5,6 +5,8 @@ import Pie from './BaseCharts/Pie' import PolarArea from './BaseCharts/PolarArea' import Radar from './BaseCharts/Radar' import Bubble from './BaseCharts/Bubble' +import reactiveProp from '../mixins/reactiveProp' +import reactiveData from '../mixins/reactiveData' const VueCharts = { Bar, @@ -13,7 +15,9 @@ const VueCharts = { Pie, PolarArea, Radar, - Bubble + Bubble, + reactiveProp, + reactiveData } module.exports = VueCharts diff --git a/test/unit/specs/mixins/reactiveData.js b/test/unit/specs/mixins/reactiveData.js new file mode 100644 index 0000000..e69de29