docs: fix site error, close #5993

pull/6019/head
tangjinzhou 2022-09-28 13:54:45 +08:00
parent 714a6f4764
commit 23a8368894
2 changed files with 5 additions and 3 deletions

View File

@ -121,6 +121,7 @@
"@types/postcss-load-config": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-legacy": "^2.2.0",
"@vitejs/plugin-vue": "^3.0.0",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vue/babel-plugin-jsx": "^1.0.0",
@ -256,13 +257,13 @@
"vue-eslint-parser": "^8.0.0",
"vue-i18n": "^9.1.7",
"vue-infinite-scroll": "^2.0.2",
"vue-loader": "^16.1.1",
"vue-loader": "^17.0.0",
"vue-request": "^1.0.2",
"vue-router": "^4.0.0",
"vue-server-renderer": "^2.6.11",
"vue-style-loader": "^4.1.2",
"vue-tsc": "^0.34.15",
"vuex": "^4.0.0-beta.2",
"vuex": "^4.0.0",
"webpack": "^5.0.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.6.0",

View File

@ -14,7 +14,8 @@
"noUnusedParameters": true,
"noUnusedLocals": true,
"noImplicitAny": false,
"target": "es6",
"target": "esnext",
"module": "esnext",
"skipLibCheck": true,
"allowJs": true,
"importsNotUsedAsValues": "preserve"