mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-15 03:33:19 +08:00
feat: add options for autoresize
* add `throttle: number` to specify throttle delay (#419 #562) * add `onResize: () => void` to specify a resize callback (#714)
This commit is contained in:
@ -8,7 +8,7 @@ const { readFile, writeFile } = fs.promises;
|
||||
const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/";
|
||||
|
||||
const DEP_VERSIONS = {
|
||||
"vue@3": "3.2.47",
|
||||
"vue@3": "3.3.4",
|
||||
"vue@2": "2.7.14",
|
||||
echarts: "5.4.2",
|
||||
[name]: version
|
||||
|
Reference in New Issue
Block a user