We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d15cbb commit 7b0fb4eCopy full SHA for 7b0fb4e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "iview",
3
- "version": "2.7.0",
+ "version": "2.7.1",
4
"title": "iView",
5
"description": "A high quality UI components Library with Vue.js",
6
"homepage": "http://www.iviewui.com",
src/index.js
@@ -153,7 +153,7 @@ if (typeof window !== 'undefined' && window.Vue) {
153
}
154
155
const API = {
156
- version: '2.7.0',
+ version: '2.7.1',
157
locale: locale.use,
158
i18n: locale.i18n,
159
install,
0 commit comments