release 3.1.5
This commit is contained in:
parent
5f00d27e7f
commit
b7d7c4ad05
8 changed files with 221 additions and 191 deletions
396
dist/iview.js
vendored
396
dist/iview.js
vendored
File diff suppressed because one or more lines are too long
2
dist/iview.js.map
vendored
2
dist/iview.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/iview.min.js
vendored
4
dist/iview.min.js
vendored
File diff suppressed because one or more lines are too long
BIN
dist/iview.min.js.gz
vendored
BIN
dist/iview.min.js.gz
vendored
Binary file not shown.
2
dist/iview.min.js.map
vendored
2
dist/iview.min.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/styles/iview.css
vendored
2
dist/styles/iview.css
vendored
File diff suppressed because one or more lines are too long
4
dist/types/tabs.d.ts
vendored
4
dist/types/tabs.d.ts
vendored
|
@ -58,7 +58,7 @@ export declare interface Tabs extends Vue {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare interface TabsPane extends Vue {
|
export declare interface TabPane extends Vue {
|
||||||
/**
|
/**
|
||||||
* 用于标识当前面板,对应 value,默认为其索引值
|
* 用于标识当前面板,对应 value,默认为其索引值
|
||||||
*/
|
*/
|
||||||
|
@ -82,4 +82,4 @@ export declare interface TabsPane extends Vue {
|
||||||
* @default null
|
* @default null
|
||||||
*/
|
*/
|
||||||
closable?: boolean;
|
closable?: boolean;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iview",
|
"name": "iview",
|
||||||
"version": "3.1.4",
|
"version": "3.1.5",
|
||||||
"title": "iView",
|
"title": "iView",
|
||||||
"description": "A high quality UI components Library with Vue.js",
|
"description": "A high quality UI components Library with Vue.js",
|
||||||
"homepage": "http://www.iviewui.com",
|
"homepage": "http://www.iviewui.com",
|
||||||
|
|
Loading…
Add table
Reference in a new issue