Browse Source

Tree: remove undefined member

Axel Manuel 7 năm trước cách đây
mục cha
commit
cdf05c46ec
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {