修复:打包报SyntaxError: Cannot use 'import.meta' outside a module错误的问题(暂时锁定unplugin-vue-components的版本为v.22.0,升级v.22.1会报错)

This commit is contained in:
2022-08-08 22:38:47 +08:00
parent 7ca70ff9d8
commit 3cc0ccf262

View File

@@ -18,7 +18,7 @@
"fast-glob": "^3.2.11",
"gitalk": "^1.7.2",
"gray-matter": "^4.0.3",
"unplugin-vue-components": "^0.22.0",
"unplugin-vue-components": "0.22.0",
"vue": "^3.2.37"
},
"repository": {