Skip to content

Commit

Permalink
fix: element-ui 降级,解决 codepanel 标题栏数据不更新问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyuanwei committed Oct 22, 2019
1 parent f3688ce commit ea0f350
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"axios": "^0.18.0",
"babel-polyfill": "*",
"clipboard": "^2.0.0",
"element-ui": "^2.4.0",
"element-ui": "2.4.11",
"inversify": "^5.0.1",
"js-cookie": "^2.2.0",
"loader-utils": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/dialog/d-editScript.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<code-editor ctype='javascript' :ctrls='true' @ctrls='save' :options="{}" :contents.sync='content'></code-editor>
</div>
<span slot="footer" class="dialog-footer">
<el-button @click.stop="close">取 消</el-button>
<el-button @click.stop="close">关 闭</el-button>
<el-button @click.stop="saveTemp(content)">保存到脚本库</el-button>
<el-button type="primary" @click.stop="save(content)">确 定</el-button>
</span>
Expand Down
23 changes: 8 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ea0f350

Please sign in to comment.