mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-14 19:23:28 +08:00
fix: update default value for updateOption.lazyUpdate
and no longer call resize in a task
This commit is contained in:
@ -9,7 +9,7 @@ const { readFile, writeFile } = fs.promises;
|
||||
const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/";
|
||||
|
||||
const DEP_VERSIONS = {
|
||||
"vue@3": "3.0.9",
|
||||
"vue@3": "3.0.11",
|
||||
"vue@2": "2.6.12",
|
||||
"@vue/composition-api": "1.0.0-rc.3",
|
||||
echarts: "5.0.2",
|
||||
|
Reference in New Issue
Block a user