mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
🐛 Fix paths
This commit is contained in:
@@ -5,8 +5,8 @@ import Pie from './BaseCharts/Pie'
|
|||||||
import PolarArea from './BaseCharts/PolarArea'
|
import PolarArea from './BaseCharts/PolarArea'
|
||||||
import Radar from './BaseCharts/Radar'
|
import Radar from './BaseCharts/Radar'
|
||||||
import Bubble from './BaseCharts/Bubble'
|
import Bubble from './BaseCharts/Bubble'
|
||||||
import reactiveProp from '../mixins/reactiveProp'
|
import reactiveProp from './mixins/reactiveProp'
|
||||||
import reactiveData from '../mixins/reactiveData'
|
import reactiveData from './mixins/reactiveData'
|
||||||
|
|
||||||
const VueCharts = {
|
const VueCharts = {
|
||||||
Bar,
|
Bar,
|
||||||
@@ -19,5 +19,3 @@ const VueCharts = {
|
|||||||
reactiveProp,
|
reactiveProp,
|
||||||
reactiveData
|
reactiveData
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = VueCharts
|
|
||||||
|
|||||||
Reference in New Issue
Block a user