mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-07-21 04:41:38 +08:00
🔨 Refactor: upgrade vue2 -> vue3
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
"sourceMap": true,
|
||||
"baseUrl": ".",
|
||||
"types": [
|
||||
"webpack-env"
|
||||
"webpack-env",
|
||||
"element-plus/global",
|
||||
"vue3-photo-preview"
|
||||
],
|
||||
"typeRoots": [
|
||||
"./src/universal/types/*",
|
||||
@@ -56,6 +58,6 @@
|
||||
"node_modules"
|
||||
],
|
||||
"vueCompilerOptions": {
|
||||
"target": 2,
|
||||
"target": 3,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user