d.ts升级到对应的iview 3.4.0版本
This commit is contained in:
parent
4ac6bce418
commit
6e16a96e94
12 changed files with 78 additions and 5 deletions
5
types/slider.d.ts
vendored
5
types/slider.d.ts
vendored
|
@ -59,6 +59,11 @@ export declare interface Slider extends Vue {
|
|||
* 数字输入框的尺寸,可选值为large、small、default或者不填,仅在开启 show-input 时有效
|
||||
*/
|
||||
'input-size'?: '' | 'large' | 'small' | 'default';
|
||||
/**
|
||||
* 同 InputNumber 的 active-change
|
||||
* @default true
|
||||
*/
|
||||
'active-change'?: boolean;
|
||||
/**
|
||||
* 在松开滑动时触发,返回当前的选值,在滑动过程中不会触发
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue