mooho-base-admin-plus 0.4.50 → 0.4.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30401,6 +30401,7 @@ const _sfc_main$J = {
|
|
|
30401
30401
|
}
|
|
30402
30402
|
setTimeout(() => {
|
|
30403
30403
|
this.chart = this.$echarts.init(document.getElementById(this.uid));
|
|
30404
|
+
this.$emit("on-ready", view);
|
|
30404
30405
|
if (typeof callback === "function") {
|
|
30405
30406
|
callback(view);
|
|
30406
30407
|
} else {
|