d.ts升级到对应的iview 3.4.0版本

This commit is contained in:
yangd 2019-04-15 13:25:59 +08:00
parent 4ac6bce418
commit 6e16a96e94
12 changed files with 78 additions and 5 deletions

9
types/table.d.ts vendored
View file

@ -40,6 +40,10 @@ export declare interface Table extends Vue {
* px
*/
height?: number | string;
/**
* px
*/
'max-height'?: number | string;
/**
*
* @default false
@ -85,6 +89,11 @@ export declare interface Table extends Vue {
* @default dark
*/
"tooltip-theme"?: string;
/**
* 使 row-key
* @default false
*/
"row-key"?: boolean;
/**
* highlight-row
* currentRow