mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2025-10-29 09:50:21 +00:00
🔥 Remove lib version from vue-chartjs object
The lib version is also defined in the webpack banner plugin, so actually there is no need to include it into the lib object. Closes issue #310
This commit is contained in:
@@ -13,7 +13,6 @@ import {
|
|||||||
} from './BaseCharts'
|
} from './BaseCharts'
|
||||||
|
|
||||||
const VueCharts = {
|
const VueCharts = {
|
||||||
version: LIB_VERSION,
|
|
||||||
Bar,
|
Bar,
|
||||||
HorizontalBar,
|
HorizontalBar,
|
||||||
Doughnut,
|
Doughnut,
|
||||||
|
|||||||
Reference in New Issue
Block a user