d.ts全局参数变更增加各组件全局参数定义
This commit is contained in:
parent
6e16a96e94
commit
b5e0bdc2ee
2 changed files with 66 additions and 13 deletions
2
types/input.d.ts
vendored
2
types/input.d.ts
vendored
|
@ -143,7 +143,7 @@ export declare interface Input extends Vue {
|
|||
/**
|
||||
* 开启 clearable 时可用,点击清空按钮时触发
|
||||
*/
|
||||
$emit(eventName: 'on-clear', value: string): this;
|
||||
$emit(eventName: 'on-clear'): this;
|
||||
/**
|
||||
* 手动聚焦输入框
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue