Skip to content

Commit 8bf7507

Browse files
committed
更新依赖
1 parent cc16175 commit 8bf7507

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@vue/cli-plugin-vuex": "~4.5.0",
4343
"@vue/cli-service": "~4.5.0",
4444
"@vue/compiler-sfc": "^3.0.0",
45+
"@vue/composition-api": "^1.0.0-rc.5",
4546
"@vue/eslint-config-prettier": "^6.0.0",
4647
"@vue/eslint-config-typescript": "^5.0.2",
4748
"eslint": "^6.7.2",

vue.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ module.exports = {
8181
// 移除 preload 插件,避免加载多余的资源
8282
config.plugins.delete("preload-index");
8383

84-
// 描述文件
85-
config.resolve.alias.set("types", resolve("./src/types"));
86-
8784
config.optimization.minimizer("terser").tap(args => {
8885
// 去掉注释
8986
args[0].terserOptions.output = {

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,13 @@
15491549
optionalDependencies:
15501550
prettier "^1.18.2"
15511551

1552+
"@vue/composition-api@^1.0.0-rc.5":
1553+
version "1.0.0-rc.5"
1554+
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.0.0-rc.5.tgz#9b857743dd2692073b6df90fa2cfb9a75a1bb2f6"
1555+
integrity sha512-sFBUDZxwi5YOQqH//VSGenO6WH0JuW94+CWo1eUsGSTRue8POfwD4oeduVqi/c6QcwXg2tJL/m6aOD2t/IR6zg==
1556+
dependencies:
1557+
tslib "^2.1.0"
1558+
15521559
"@vue/eslint-config-prettier@^6.0.0":
15531560
version "6.0.0"
15541561
resolved "https://registry.yarnpkg.com/@vue/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#ad5912b308f4ae468458e02a2b05db0b9d246700"
@@ -9648,6 +9655,11 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
96489655
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
96499656
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
96509657

9658+
tslib@^2.1.0:
9659+
version "2.1.0"
9660+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
9661+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
9662+
96519663
tslint@^5.20.1:
96529664
version "5.20.1"
96539665
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.1.tgz#e401e8aeda0152bc44dd07e614034f3f80c67b7d"

0 commit comments

Comments
 (0)