feat: add 2.7 support, fix #633

This commit is contained in:
Justineo
2022-07-06 15:06:31 +08:00
parent b11f1efc76
commit 948d522cf7
7 changed files with 1591 additions and 1586 deletions

View File

@ -10,15 +10,14 @@ const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/";
const DEP_VERSIONS = {
"vue@3": "3.2.37",
"vue@2": "2.6.14",
"@vue/composition-api": "1.6.2",
"vue@2": "2.7.3",
echarts: "5.3.3",
[name]: version
};
const markConfig = {
vue3Scripts: ["vue@3", "echarts", name],
vue2Scripts: ["vue@2", "@vue/composition-api", "echarts", name]
vue2Scripts: ["vue@2", "echarts", name]
};
function getScripts(version) {