Tree: remove undefined member

pull/7446/head^2
Axel Manuel 2017-10-27 09:32:09 +02:00 committed by 杨奕
parent d180ec5c9e
commit cdf05c46ec
1 changed files with 0 additions and 1 deletions

1
types/tree.d.ts vendored
View File

@ -1,6 +1,5 @@
import { CreateElement, VNode } from 'vue'
import { ElementUIComponent } from './component'
import {Tree} from "./index";
/** The node of the tree */
export interface TreeNode {