Explorar el Código

Tree: remove undefined member

Axel Manuel hace 7 años
padre
commit
cdf05c46ec
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 {