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 c21cf2f commit ecdb98cCopy full SHA for ecdb98c
src/index.js
@@ -5,8 +5,8 @@ import Pie from './BaseCharts/Pie'
5
import PolarArea from './BaseCharts/PolarArea'
6
import Radar from './BaseCharts/Radar'
7
import Bubble from './BaseCharts/Bubble'
8
-import reactiveProp from '../mixins/reactiveProp'
9
-import reactiveData from '../mixins/reactiveData'
+import reactiveProp from './mixins/reactiveProp'
+import reactiveData from './mixins/reactiveData'
10
11
const VueCharts = {
12
Bar,
@@ -19,5 +19,3 @@ const VueCharts = {
19
reactiveProp,
20
reactiveData
21
}
22
-
23
-module.exports = VueCharts
0 commit comments