增加color-picker,input-number,modal,tabs的属性到d.ts中

This commit is contained in:
yangd 2018-09-03 12:50:11 +08:00
parent 03aa82e191
commit d6282db69b
4 changed files with 24 additions and 0 deletions

View file

@ -60,6 +60,11 @@ export declare interface InputNumber extends Vue {
* id Form
*/
'element-id'?: string;
/**
* false
* @default true
*/
'active-change'?: boolean;
/**
*
*/