d.ts升级到对应的iview 3.4.0版本
This commit is contained in:
parent
4ac6bce418
commit
6e16a96e94
12 changed files with 78 additions and 5 deletions
4
types/input.d.ts
vendored
4
types/input.d.ts
vendored
|
@ -140,6 +140,10 @@ export declare interface Input extends Vue {
|
|||
* 开启 search 时可用,点击搜索或按下回车键时触发
|
||||
*/
|
||||
$emit(eventName: 'on-search', value: string): this;
|
||||
/**
|
||||
* 开启 clearable 时可用,点击清空按钮时触发
|
||||
*/
|
||||
$emit(eventName: 'on-clear', value: string): this;
|
||||
/**
|
||||
* 手动聚焦输入框
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue