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/poptip.d.ts
vendored
5
types/poptip.d.ts
vendored
|
@ -37,6 +37,11 @@ export declare interface Poptip extends Vue {
|
|||
* @default false
|
||||
*/
|
||||
confirm?: boolean;
|
||||
/**
|
||||
* 是否禁用
|
||||
* @default false
|
||||
*/
|
||||
disabled?: boolean;
|
||||
/**
|
||||
* 确定按钮的文字,只在 confirm 模式下有效
|
||||
* @default 确定
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue