浏览代码

Tree: remove undefined member

Axel Manuel 7 年之前
父节点
当前提交
cdf05c46ec
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      types/tree.d.ts

+ 0 - 1
types/tree.d.ts

@@ -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 {