forked from ymm-tech/gods-pen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: element-ui 降级,解决 codepanel 标题栏数据不更新问题
- Loading branch information
1 parent
f3688ce
commit ea0f350
Showing
3 changed files
with
10 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2482,14 +2482,14 @@ domhandler@^2.3.0: | |
dependencies: | ||
domelementtype "1" | ||
|
||
[email protected]: | ||
[email protected], domutils@^1.5.1: | ||
version "1.5.1" | ||
resolved "http://registry.npm.taobao.org/domutils/download/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf" | ||
dependencies: | ||
dom-serializer "0" | ||
domelementtype "1" | ||
|
||
domutils@^1.5.1, domutils@^1.7.0: | ||
domutils@^1.7.0: | ||
version "1.7.0" | ||
resolved "http://registry.npm.taobao.org/domutils/download/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" | ||
dependencies: | ||
|
@@ -2558,9 +2558,9 @@ electron-to-chromium@^1.3.122: | |
version "1.3.124" | ||
resolved "http://registry.npm.taobao.org/electron-to-chromium/download/electron-to-chromium-1.3.124.tgz#861fc0148748a11b3e5ccebdf8b795ff513fa11f" | ||
|
||
element-ui@^2.4.0: | ||
version "2.7.2" | ||
resolved "http://registry.npm.taobao.org/element-ui/download/element-ui-2.7.2.tgz#8bc5bef5c3c53a2170422516b4324e70069c23d1" | ||
[email protected].11: | ||
version "2.4.11" | ||
resolved "https://registry.npm.taobao.org/element-ui/download/element-ui-2.4.11.tgz#db6a2d37001b8fe5fff9f176fb58bb3908cfa9c9" | ||
dependencies: | ||
async-validator "~1.8.1" | ||
babel-helper-vue-jsx-merge-props "^2.0.0" | ||
|
@@ -5696,7 +5696,7 @@ pseudomap@^1.0.2: | |
version "1.0.2" | ||
resolved "http://registry.npm.taobao.org/pseudomap/download/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" | ||
|
||
psl@^1.1.24, psl@^1.1.28: | ||
psl@^1.1.24: | ||
version "1.1.31" | ||
resolved "http://registry.npm.taobao.org/psl/download/psl-1.1.31.tgz#e9aa86d0101b5b105cbe93ac6b784cd547276184" | ||
|
||
|
@@ -5737,7 +5737,7 @@ [email protected]: | |
version "1.3.2" | ||
resolved "http://registry.npm.taobao.org/punycode/download/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" | ||
|
||
[email protected], punycode@^2.1.0, punycode@^2.1.1: | ||
[email protected], punycode@^2.1.0: | ||
version "2.1.1" | ||
resolved "http://registry.npm.taobao.org/punycode/download/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" | ||
|
||
|
@@ -6925,14 +6925,7 @@ toposort@^1.0.0: | |
version "1.0.7" | ||
resolved "http://registry.npm.taobao.org/toposort/download/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029" | ||
|
||
tough-cookie@^2.3.3: | ||
version "2.5.0" | ||
resolved "http://registry.npm.taobao.org/tough-cookie/download/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" | ||
dependencies: | ||
psl "^1.1.28" | ||
punycode "^2.1.1" | ||
|
||
tough-cookie@~2.4.3: | ||
tough-cookie@^2.3.3, tough-cookie@~2.4.3: | ||
version "2.4.3" | ||
resolved "http://registry.npm.taobao.org/tough-cookie/download/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781" | ||
dependencies: | ||
|