npm增加jsmpeg包导入失败没用

This commit is contained in:
龚皓 2024-10-18 11:05:46 +08:00
parent 4078df76f9
commit 9a54792beb
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@ -12,6 +12,7 @@
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"element-plus": "^2.7.8",
"jsmpeg": "^1.0.0",
"vue": "^3.4.29",
"vue-router": "^4.4.0"
},
@ -1247,6 +1248,11 @@
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
"dev": true
},
"node_modules/jsmpeg": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/jsmpeg/-/jsmpeg-1.0.0.tgz",
"integrity": "sha512-wlBKWVJ93NRJaCfrJ1KAgpMvZBLzpZxH3wnC1Yj7DudMDa/5hHeL1HfvW48ndR8GlI4irrqCXuOGhgayP9EbHw=="
},
"node_modules/json-parse-even-better-errors": {
"version": "3.0.2",
"resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz",

View File

@ -15,6 +15,7 @@
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"element-plus": "^2.7.8",
"jsmpeg": "^1.0.0",
"vue": "^3.4.29",
"vue-router": "^4.4.0"
},