Skip to content

Commit

Permalink
✨ Add export for mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed Oct 2, 2016
1 parent ef9fbe4 commit c21cf2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -13,7 +15,9 @@ const VueCharts = {
Pie,
PolarArea,
Radar,
Bubble
Bubble,
reactiveProp,
reactiveData
}

module.exports = VueCharts
Empty file.

0 comments on commit c21cf2f

Please sign in to comment.