更新d.ts到3.1.0,修复d.ts的bug
This commit is contained in:
parent
39e56aa20f
commit
b1b1ea6387
149 changed files with 861 additions and 687 deletions
4
types/cell.d.ts
vendored
4
types/cell.d.ts
vendored
|
@ -1,8 +1,8 @@
|
|||
// Type definitions for iview 3.0.1
|
||||
// Type definitions for iview 3.1.0
|
||||
// Project: https://github.com/iview/iview
|
||||
// Definitions by: yangdan
|
||||
// Definitions: https://github.com/yangdan8/iview.git
|
||||
import Vue from 'vue';
|
||||
import Vue,{ VNode } from 'vue';
|
||||
|
||||
export declare class Cell extends Vue {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue