1
0
mirror of synced 2026-04-14 21:19:18 +08:00

fix: 修复node版本16安装依赖失败的问题

This commit is contained in:
marchyang
2022-04-27 12:28:45 +08:00
committed by jia000
parent b866b0fcea
commit ec8867cbfd

View File

@@ -17,7 +17,8 @@
"@vue/test-utils",
"element-plus",
"@element-plus/icons",
"@testing-library/vue"
"@testing-library/vue",
"@vue/composition-api"
]
}
}