release 4.6.1

This commit is contained in:
梁灏 2021-06-13 10:15:42 +08:00
parent 2ef37a9560
commit ce92e4add3
6 changed files with 7 additions and 6 deletions

3
dist/iview.js vendored
View file

@ -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() {
@ -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,

2
dist/iview.js.map vendored

File diff suppressed because one or more lines are too long

4
dist/iview.min.js vendored

File diff suppressed because one or more lines are too long

BIN
dist/iview.min.js.gz vendored

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -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",