Skip to content

Commit

Permalink
release 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed Jun 13, 2021
1 parent 2ef37a9 commit ce92e4a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion dist/iview.js
Original file line number Diff line number Diff line change
Expand Up @@ -2139,6 +2139,7 @@ exports.default = {
var route = router.resolve(this.to, current, this.append);
to = route ? route.href : this.to;
}
if (typeof this.to === 'string') return;
window.open(to);
},
handleClick: function handleClick() {
Expand Down Expand Up @@ -30783,7 +30784,7 @@ if (typeof window !== 'undefined' && window.Vue) {
}

var API = (0, _extends3.default)({
version: '4.6.0',
version: '4.6.1',
locale: _index2.default.use,
i18n: _index2.default.i18n,
install: install,
Expand Down
2 changes: 1 addition & 1 deletion dist/iview.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/iview.min.js

Large diffs are not rendered by default.

Binary file modified dist/iview.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/iview.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "view-design",
"version": "4.6.0",
"version": "4.6.1",
"title": "ViewUI",
"description": "A high quality UI components Library with Vue.js",
"homepage": "http://www.iviewui.com",
Expand Down

0 comments on commit ce92e4a

Please sign in to comment.