更新d.ts file到3.3.0版本
This commit is contained in:
parent
33b3672e00
commit
6d84588919
60 changed files with 139 additions and 66 deletions
6
types/auto-complete.d.ts
vendored
6
types/auto-complete.d.ts
vendored
|
@ -1,4 +1,4 @@
|
|||
// Type definitions for iview 3.1.0
|
||||
// Type definitions for iview 3.3.0
|
||||
// Project: https://github.com/iview/iview
|
||||
// Definitions by: yangdan
|
||||
// Definitions: https://github.com/yangdan8/iview.git
|
||||
|
@ -72,4 +72,8 @@ export declare interface AutoComplete extends Vue {
|
|||
* 搜索补全项的时候调用
|
||||
*/
|
||||
$emit(eventName: 'on-blur', event: KeyboardEvent): this;
|
||||
/**
|
||||
* 清空时触发
|
||||
*/
|
||||
$emit(eventName: 'on-clear'): this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue