This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 089664f0 fix(editor): add missing ts definition for the `css` variable
089664f0 is described below

commit 089664f0876add4fde9f7d768804ef930a5d1b75
Author: plainheart <y...@all-my-life.cn>
AuthorDate: Tue Feb 20 20:55:40 2024 +0800

    fix(editor): add missing ts definition for the `css` variable
---
 src/editor/CodeMonaco.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/editor/CodeMonaco.vue b/src/editor/CodeMonaco.vue
index 9c345be6..fbfb4402 100644
--- a/src/editor/CodeMonaco.vue
+++ b/src/editor/CodeMonaco.vue
@@ -82,6 +82,7 @@ declare global {
     const ecStat: any;
     const d3: any;
     const myChart: echarts.ECharts
+    let css: string
     let option: echarts.EChartsOption
 
     const echarts: typeof echarts


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to