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/date-picker.d.ts
vendored
4
types/date-picker.d.ts
vendored
|
@ -131,6 +131,10 @@ export declare interface DatePicker extends Vue {
|
|||
* 在 confirm 模式或 clearable = true 时有效,在清空日期时触发
|
||||
*/
|
||||
$emit(eventName: 'on-clear'): this;
|
||||
/**
|
||||
* 点击外部关闭下拉菜单时触发
|
||||
*/
|
||||
$emit(eventName: 'on-clickoutside',event: MouseEvent): this;
|
||||
/**
|
||||
* slot插槽对象
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue