fix: fix Vue packages version mismatch fix #1773 (#1791)

This commit is contained in:
Kagol 2024-07-29 16:20:49 +08:00 committed by GitHub
parent 028902e10f
commit 73316081d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
"dependencies": {
"lodash-es": "^4.17.21",
"fs-extra": "^11.2.0",
"vue": "2.6.14",
"vue-template-compiler": "2.6.14",
"html-dom-parser": "~5.0.8"
},