fix: update vue-demi and fix type error for Vue2 reference, closes #534

This commit is contained in:
Justineo
2021-03-29 15:54:05 +08:00
parent accab93ea1
commit 80710aa0fa
5 changed files with 10 additions and 10 deletions

View File

@ -9,7 +9,7 @@ const { readFile, writeFile } = fs.promises;
const CDN_PREFIX = "https://cdn.jsdelivr.net/npm/";
const DEP_VERSIONS = {
"vue@3": "3.0.7",
"vue@3": "3.0.9",
"vue@2": "2.6.12",
"@vue/composition-api": "1.0.0-rc.3",
echarts: "5.0.2",