mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-14 19:23:28 +08:00
fix: fix umd build and bundle vue-demi
This commit is contained in:
@ -10,7 +10,6 @@ const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/";
|
||||
const DEP_VERSIONS = {
|
||||
"vue@3": "3.0.5",
|
||||
"vue@2": "2.6.12",
|
||||
"vue-demi": "0.7.0",
|
||||
"@vue/composition-api": "1.0.0-rc.2",
|
||||
echarts: "5.0.2",
|
||||
[name]: version
|
||||
@ -31,8 +30,8 @@ const README_FILES = ["README.md", "README.zh-Hans.md"].map(name =>
|
||||
);
|
||||
|
||||
const markConfig = {
|
||||
vue3Scripts: ["vue@3", "vue-demi", "echarts", name],
|
||||
vue2Scripts: ["vue@2", "@vue/composition-api", "vue-demi", "echarts", name]
|
||||
vue3Scripts: ["vue@3", "echarts", name],
|
||||
vue2Scripts: ["vue@2", "@vue/composition-api", "echarts", name]
|
||||
};
|
||||
|
||||
function exec() {
|
||||
|
Reference in New Issue
Block a user