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/button.d.ts
vendored
5
types/button.d.ts
vendored
|
@ -66,6 +66,11 @@ export declare interface Button extends Vue {
|
|||
* @default _self
|
||||
*/
|
||||
target?: '_blank' | '_self' | '_parent' | '_top';
|
||||
/**
|
||||
* 同 vue-router append
|
||||
* @default false
|
||||
*/
|
||||
append?: boolean;
|
||||
}
|
||||
|
||||
export declare interface ButtonGroup extends Vue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue