release 3.1.0-rc.2
This commit is contained in:
parent
f186864086
commit
1ca38a8451
15 changed files with 35 additions and 11 deletions
5
dist/types/input-number.d.ts
vendored
5
dist/types/input-number.d.ts
vendored
|
@ -60,6 +60,11 @@ export declare interface InputNumber extends Vue {
|
|||
* 给表单元素设置 id,详见 Form 用法。
|
||||
*/
|
||||
'element-id'?: string;
|
||||
/**
|
||||
* 是否实时响应数据,设置为 false 时,只会在失焦时更改数据
|
||||
* @default true
|
||||
*/
|
||||
'active-change'?: boolean;
|
||||
/**
|
||||
* 数值改变时的回调,返回当前值,默认值当前值
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue