Merge pull request #5445 from yangdan8/2.0_tabs和index添加新api
d.ts更新到3.3.1
This commit is contained in:
commit
41c71278c2
2 changed files with 14 additions and 2 deletions
4
types/input.d.ts
vendored
4
types/input.d.ts
vendored
|
@ -6,10 +6,10 @@ import Vue, { VNode } from 'vue';
|
|||
|
||||
export declare interface Input extends Vue {
|
||||
/**
|
||||
* 输入框类型,可选值为 text、password、textarea、url、email、date
|
||||
* 输入框类型,可选值为 text、password、textarea、url、email、date、number、tel
|
||||
* @default text
|
||||
*/
|
||||
type?: 'text' | 'password' | 'textarea' | 'url' | 'email' | 'date';
|
||||
type?: 'text' | 'password' | 'textarea' | 'url' | 'email' | 'date' | 'number' | 'tel';
|
||||
/**
|
||||
* 绑定的值,可使用 v-model 双向绑定
|
||||
* @default 空
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue