d.ts升级到对应的iview 3.4.0版本

This commit is contained in:
yangd 2019-04-15 13:25:59 +08:00
parent 4ac6bce418
commit 6e16a96e94
12 changed files with 78 additions and 5 deletions

5
types/slider.d.ts vendored
View file

@ -59,6 +59,11 @@ export declare interface Slider extends Vue {
* largesmalldefault或者不填 show-input
*/
'input-size'?: '' | 'large' | 'small' | 'default';
/**
* InputNumber active-change
* @default true
*/
'active-change'?: boolean;
/**
*
*/