vue-apexcharts
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -64,2 +64,5 @@ (function (global, factory) { | ||
}, | ||
beforeMount: function beforeMount() { | ||
window.ApexCharts = ApexCharts; | ||
}, | ||
mounted: function mounted() { | ||
@@ -216,2 +219,3 @@ this.init(); | ||
var VueApexCharts = ApexChartsComponent; | ||
window.ApexCharts = ApexCharts; | ||
@@ -218,0 +222,0 @@ VueApexCharts.install = function (Vue) { |
{ | ||
"name": "vue-apexcharts", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Vue.js wrapper for ApexCharts", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-apexcharts.js", |
@@ -29,2 +29,5 @@ import ApexCharts from 'apexcharts' | ||
}, | ||
beforeMount() { | ||
window.ApexCharts = ApexCharts | ||
}, | ||
mounted () { | ||
@@ -31,0 +34,0 @@ this.init() |
@@ -5,2 +5,3 @@ import ApexCharts from 'apexcharts' | ||
const VueApexCharts = ApexChartsComponent; | ||
window.ApexCharts = ApexCharts; | ||
@@ -7,0 +8,0 @@ VueApexCharts.install = function (Vue) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51235
482