mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 18:00:20 +00:00
✨ Add version to object
This commit is contained in:
@@ -7,8 +7,10 @@ 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 mixins from './mixins/index.js'
|
import mixins from './mixins/index.js'
|
||||||
|
import npmCfg from '../package.json'
|
||||||
|
|
||||||
const VueCharts = {
|
const VueCharts = {
|
||||||
|
version: npmCfg.version,
|
||||||
Bar,
|
Bar,
|
||||||
HorizontalBar,
|
HorizontalBar,
|
||||||
Doughnut,
|
Doughnut,
|
||||||
|
|||||||
Reference in New Issue
Block a user